Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/24/14 16:20:29 (10 years ago)
Author:
mroscoe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Content/Site.css

    r11030 r11036  
    233233}
    234234
     235/* Filter and Filter Choices Styles */
     236.filterChoices {
     237  width: 15%;
     238  padding: 0% 2% 1% 2%;
     239  vertical-align: top;
     240}
     241
     242.filterChoices label {
     243  width: 75%;
     244}
     245
     246.filterChoices label:last-of-type {
     247  width: 50%;
     248}
     249
     250.filterChoices input[type="checkbox"] {
     251  margin: .4em;
     252}
     253
     254.filterChoices input[type="checkbox"], .filterChoices label, .filters label, .filters input {
     255  font-size: 1.5em;
     256  display: inline-block;
     257}
     258
     259.filterChoices legend, .filters legend {
     260  font-size: 1.5em;
     261}
     262
     263.filters, .filterChoices{
     264  margin: 2% 2% 3% 2%;
     265  display: inline-block;
     266}
     267
     268.filters {
     269  width: 71%;
     270  margin: 2% 0% 2% 0%;
     271}
     272
     273.filterContainer {
     274  width: 28%;
     275  margin: 0% 0% 1% 1%;
     276  vertical-align: top;
     277  display: none;
     278}
     279
     280.filterContainer:first-of-type {
     281  margin-left: 2%;
     282  display: inline-block;
     283}
     284
     285.filterContainer input, .filterContainer select, .filterContainer label {
     286  width: 90%;
     287  margin-left: 5%;
     288}
     289
     290.filters button{
     291  margin: 1% 0% 1% 2%;
     292  display: block;
     293}
     294
    235295/* Multi-page Task Styles */
    236296.pageTitle, .page {
     
    471531}
    472532
    473 #FilterChoices {
    474   width: 15%;
    475   padding: 0% 2% 1% 2%;
    476   vertical-align: top;
    477 }
    478 
    479 #FilterChoices label {
    480   width: 75%;
    481 }
    482 
    483 #FilterChoices label:last-of-type {
    484   width: 50%;
    485 }
    486 
    487 #FilterChoices input[type="checkbox"] {
    488   margin: .4em;
    489 }
    490 
    491 #FilterChoices input[type="checkbox"], #FilterChoices label, #Filters label, #Filters input {
    492   font-size: 1.5em;
    493   display: inline-block;
    494 }
    495 
    496 #FilterChoices legend, #Filters legend {
    497   font-size: 1.5em;
    498 }
    499 
    500 #Filters, #FilterChoices{
    501   margin: 2% 2% 3% 2%;
    502   display: inline-block;
    503 }
    504 
    505 #Filters {
    506   width: 71%;
    507   margin: 2% 0% 2% 0%;
    508 }
    509 
    510533#TaskOverviewFilterFirst {
    511534  margin-top: 0%;
    512535}
    513536
    514 .filterContainer {
    515   width: 28%;
    516   margin: 0% 0% 1% 1%;
    517   vertical-align: top;
    518   display: none;
    519 }
    520 
    521 .filterContainer:first-of-type {
    522   margin-left: 2%;
    523   display: inline-block;
    524 }
    525 
    526 .filterContainer input, .filterContainer select, .filterContainer label {
    527   width: 90%;
    528   margin-left: 5%;
    529 }
    530 
    531 #Filters button{
    532   margin: 1% 0% 1% 2%;
    533   display: block;
    534 }
    535 
    536537/* Admin Page Styles */
    537 .usersField #FilterChoices {
     538.usersField .filterChoices {
    538539  width: 92%;
    539540  margin: 1% 0% 1% 2%;
    540541}
    541542
    542 .usersField #FilterChoices legend {
     543.usersField .filterChoices legend {
    543544  font-size: 1em;
    544545  padding-top: 6%;
    545546}
    546547
    547 .usersField #FilterChoices label {
     548.usersField .filterChoices label {
    548549  font-size: 1em;
    549550  width: 60%;
     
    551552}
    552553
    553 .usersField #FilterChoices label:last-of-type {
     554.usersField .filterChoices label:last-of-type {
    554555  width: 42%;
    555556}
    556557
    557 .usersField #FilterChoices label:last-of-type {
     558.usersField .filterChoices label:last-of-type {
    558559  margin-bottom: 8%;
    559560}
    560561
    561 .usersField #FilterChoices input[type="checkbox"] {
     562.usersField .filterChoices input[type="checkbox"] {
    562563  margin: .3em;
    563564}
    564565
    565 #UserOverviewTab #Filters {
     566#UserOverviewTab .filters {
    566567  width: 67%;
    567568  margin: 1% 0% 0% 2%;
     
    581582}
    582583
    583 .usersList {
     584.mainList {
    584585  width: 100%;
    585586  font-family: inherit;
     
    591592  margin-top: 1em;
    592593}
     594
     595#SlaveOverviewTab .filterChoices {
     596  margin-top: 1%;
     597}
     598
     599#SlaveOverviewTab .filters {
     600  margin: 1% 0% 0% 0%;
     601}
     602
     603#SlavesContainer .jqplot-target {
     604  margin-left: 0%;
     605  margin-top: 2%;
     606}
Note: See TracChangeset for help on using the changeset viewer.