Changeset 5999 for main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Timestamp:
- 30 Apr 2011, 13:57:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme-gray1.css
r5405 r5999 4 4 want to do more complex operations. */ 5 5 6 a, table td a { 7 text-decoration: none; 8 } 9 10 a:hover { 11 text-decoration: underline; 12 } 13 6 14 .breadcrumbs { 7 15 background-color: #fff; 8 16 padding: 0.3em; 9 margin-bottom: 0.8em 17 margin-bottom: 0.8em; 18 } 19 20 .breadcrumbs a { 21 text-decoration: none; 22 } 23 24 .breadcrumbs a:hover { 25 text-decoration: underline; 10 26 } 11 27 … … 76 92 } 77 93 94 .yui-button a:hover { 95 text-decoration: none; 96 } 97 98 78 99 .actionbar { 79 100 margin-top: -10px; … … 82 103 } 83 104 105 /* jquery-ui customizations */ 106 107 .ui-tabs { 108 padding-bottom: 0em; 109 padding-left: 0em; 110 padding-right: 0em; 111 padding-top: 0em; 112 position: relative; 113 } 114 115 .ui-corner-all { 116 -moz-border-radius:0px; 117 } 118 119 .ui-tabs .ui-tabs-nav { 120 margin: 0; 121 padding-left: 0.2em; 122 padding-right: 0.2em; 123 padding-bottom: 0; 124 padding-top: 0; 125 126 } 127 128 .ui-tabs .ui-tabs-nav li { 129 float: center; 130 margin-left: 6px; 131 margin-right: 0.2em; 132 margin-top: 0; 133 padding-left: 0; 134 padding-right: 0; 135 padding-top: 0; 136 position: relative; 137 top: 1px; 138 white-space: nowrap; 139 140 } 141 142 .ui-tabs .ui-tabs-nav li a { 143 float: center; 144 padding-bottom: 0.5em; 145 padding-left: 1em; 146 padding-right: 1em; 147 padding-top: 0.5em; 148 text-decoration: none; 149 } 150 151 .ui-tabs .ui-tabs-nav li a:hover { 152 text-decoration: underline; 153 } 154 155 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { 156 margin-bottom: 0px; 157 padding-bottom: 0px; 158 background: #FFF; 159 border-width: 0px; 160 padding-top: 0px; 161 margin-top: 0px; 162 } 163 164 165 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 166 color: #FFF; 167 } 168 169 .ui-state-active a:link, .ui-state-active a:visited { 170 color: #000; 171 } 172 173 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 174 175 border-width: 0px; 176 background-color: #456; 177 background-image: none; 178 font-weight: normal; 179 } 180 181 .ui-widget { 182 font-family: Verdana,Arial,sans-serif; 183 font-size: 100%; 184 } 185 186 .ui-widget-header { 187 background-color: #456; 188 background-image: None; 189 border-color: #456; 190 border-style: solid; 191 border-width:0px; 192 } 193 194 .ui-helper-reset { 195 font-size: 90%; 196 line-height: 1; 197 } 198 199 .ui-widget-content { 200 background-color: #FFFFFF; 201 background-image: none; 202 border-bottom-style: solid; 203 border-bottom-width: 1px; 204 border-top-style: solid; 205 border-top-width: 0px; 206 border-color: #456; 207 } 208 209 .ui-widget-content a { 210 color: #456; 211 }
Note: See TracChangeset for help on using the changeset viewer.