Changeset 2250
- Timestamp:
- 09/20/08 04:52:05 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone/zoped/3ca/trunk/browser/resources/css/pretty-top.css.pt
r2245 r2250 105 105 #portal-personaltools { 106 106 float: left; 107 107 display:block ; 108 background-color: transparent; 109 border: none; 110 text-align: left; 111 padding: 0; 112 margin: 0; 108 113 } 109 114 … … 120 125 float: right !important; 121 126 } 122 123 #portal-siteactions li a124 {125 126 }127 128 127 129 128 … … 188 187 border: 0 !important; 189 188 z-index: 10; 190 background: top left repeat-x #ccc;189 background: none; 191 190 color: green; 192 191 font-size: 1em; … … 198 197 } 199 198 200 201 202 203 199 #portal-globalnav .actionMenu .actionMenuContent ul { 204 200 background: none !important; … … 210 206 background: none !important; 211 207 } 212 213 214 215 216 217 218 219 220 221 222 208 223 209
