Changeset 6061


Ignore:
Timestamp:
12 May 2011, 11:06:38 (13 years ago)
Author:
Henrik Bettermann
Message:

Tabs, links and font sizes should be more consistent within one theme.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/browser/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css

    r6032 r6061  
    2323}
    2424
     25a, table td a {
     26  text-decoration: none;
     27}
     28
     29a:hover {
     30  text-decoration: underline;
     31}
     32
    2533/* Define different styles for headlines in rendered restrucrured text */
    2634
     
    4149  font-size:100%;
    4250}
     51
     52/* jquery-ui customizations */
     53
     54.ui-corner-all {
     55  -moz-border-radius-bottomleft: 0px;
     56  -moz-border-radius-bottomright: 0px;
     57  -moz-border-radius-topleft: 7px;
     58  -moz-border-radius-topright: 7px;
     59}
     60
     61.ui-widget {
     62  font-family: Verdana,Arial,sans-serif;
     63  font-size: 100%;
     64}
     65
     66.ui-tabs .ui-tabs-nav li a:hover {
     67  text-decoration: underline;
     68}
     69
    4370
    4471/***** Uli Stuff *****/
     
    89116  color: #000;
    90117  text-decoration: none;
    91   bo/rder: 1px solid #000;
     118  border: 1px solid #000;
    92119  padding-left: 5px;
    93120}
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme-gray1.css

    r6032 r6061  
    44want to do more complex operations. */
    55 
    6 a, table td a {
    7   text-decoration: none;
    8 }
    9 
    10 a:hover {
    11   text-decoration: underline;
    12 }
    136
    147.breadcrumbs {
    15   background-color: #fff;
    168  padding: 0.3em;
    179  margin-bottom: 0.8em;
    1810}
    1911
    20 .breadcrumbs a {
    21   text-decoration: none;
    22 }
    23 
    24 .breadcrumbs a:hover {
    25   text-decoration: underline;
    26 }
    27  
    2812#hd { background-color:#232C30;}
    2913.block .hd { background-color:#456; color:#fff; }
     
    159143}
    160144
    161 .ui-tabs .ui-tabs-nav li a:hover {
    162   text-decoration: underline;
    163 }
     145
    164146
    165147.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
     
    190172}
    191173
    192 .ui-widget {
    193   font-family: Verdana,Arial,sans-serif;
    194   font-size: 100%;
    195 }
    196174
    197175.ui-widget-header {
Note: See TracChangeset for help on using the changeset viewer.