Changeset 226 for Dev/trunk/css/visualeditors.css
- Timestamp:
- 01/10/12 16:11:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/visualeditors.css
r218 r226 250 250 } 251 251 252 /********************/ 253 /* DD MENU SPECIFIC */ 254 /********************/ 255 256 #btnAddMenu { 257 margin: 0; 258 padding: 5px; 259 background: #5970B2; 260 font: bold 16px arial; 261 color: #FFF; 262 float: left; 263 } 264 265 #btnAddMenu.down { 266 background: #334167; 267 } 268 269 #creationMenu { 270 margin: 0; 271 padding: 0; 272 z-index: 30; 273 visibility: hidden; 274 float: left; 275 } 276 277 #creationMenu li { 278 margin: 0; 279 padding: 0; 280 list-style: none; 281 float: left; 282 clear: left; 283 font: bold 11px arial; 284 } 285 286 #creationMenu li a img { 287 float: left; 288 clear: left; 289 } 290 291 #creationMenu li a { 292 display: block; 293 float: left; 294 margin: 0 1px 0 0; 295 padding: 4px 10px; 296 width: 100px; 297 background: #5970B2; 298 color: #FFF; 299 text-align: center; 300 text-decoration: none; 301 } 302 303 #creationMenu li a:hover { 304 background: #49A3FF; 305 } 306 307 #creationMenu div { 308 position: absolute; 309 visibility: hidden; 310 margin: 0; 311 padding: 0; 312 background: #eaebd8; 313 border: 1px solid #5970B2; 314 } 315 316 #creationMenu div a{ 317 position: relative; 318 float: left; 319 display: block; 320 clear: left; 321 margin: 0; 322 padding: 5px 10px 5px 10px; 323 width: 75px; 324 white-space: nowrap; 325 text-align: left; 326 text-decoration: none; 327 background: #eaebd8; 328 color: #2875DE; 329 font: 11px arial; 330 } 331 332 #creationMenu div a:hover { 333 background: #49a3ff; 334 color: #fff; 335 } 252 336 253 337 /****************************/
Note: See TracChangeset
for help on using the changeset viewer.