Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/14 16:41:08 (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

    r11222 r11246  
    9494.errorTask {
    9595  margin-left: 2%;
    96 }
    97 
    98 a.errorTask {
     96  vertical-align: top;
     97}
     98
     99a.errorTask, .shortVerison {
    99100  cursor: pointer;
     101}
     102
     103.shortVerison {
     104  text-decoration: underline;
    100105}
    101106
     
    294299
    295300/* Multi-page Task Styles */
     301.pageContainer {
     302  width: 100%;
     303  padding-left: 2%;
     304}
     305
    296306.pageTitle, .page {
    297307  margin-right: 1%;
     
    300310}
    301311
    302 .pageTitle {
    303   margin-left: 2%;
    304 }
    305 
    306312.page {
    307313  text-decoration: underline;
    308314  cursor: pointer;
     315  display: inline-block;
    309316}
    310317
     
    516523  background-color: rgba(247,146,29,0.42);
    517524}
     525
     526.noXTicks .jqplot-xaxis {
     527  display: none;
     528}
     529
     530.currentStats table {
     531  width: 66%;
     532  margin: 2% 0% 0% 17%;
     533  -webkit-border-radius: 5px;
     534  -moz-border-radius: 5px;
     535  border-radius: 5px;
     536  border: 1px solid #8297F5;
     537}
     538
     539.currentStats td:first-of-type, .currentStats td:nth-of-type(3) {
     540  width: 35%;
     541  padding-top: 1%;
     542  padding-left: 1%;
     543}
     544
     545.currentStats td:nth-of-type(2), .currentStats td:nth-of-type(4) {
     546  width: 15%;
     547}
     548
     549.currentStats tr:last-of-type td {
     550  padding-bottom: 1%;
     551}
     552
     553.currentStats tr td:nth-of-type(2) {
     554  border-right: 1px solid #8297F5;
     555}
     556
    518557/* User Page Styles*/
    519558#TasksContainer div[id^="Task"] {
Note: See TracChangeset for help on using the changeset viewer.