Changeset 283 for Dev/branches/Cartis/Tiles preview/css/tile1.css
- Timestamp:
- 02/23/12 16:51:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/css/tile1.css
r278 r283 232 232 .staticTile { 233 233 width: 230px; 234 /*height: 230px;*/234 height: 230px; 235 235 border: none; 236 236 float: left; … … 279 279 text-align: left; 280 280 white-space: nowrap; 281 user-select: none; 281 -webkit-user-select: none; 282 cursor: default; 282 283 } 283 284 … … 359 360 } 360 361 362 .doubleWidth .controls { 363 width: 455px; 364 } 365 361 366 .smallButton { 362 367 background: #00569b; … … 370 375 .smallButton:hover { 371 376 background: #0762a8; 377 color: #edd68b; 372 378 } 373 379 … … 377 383 padding: 3px; 378 384 overflow-x: hidden; 385 color: #fff; 386 } 387 388 .locked { 389 overflow-y: hidden; 390 } 391 392 .doubleWidth .content { 393 height: 375px; 394 width: 224px; 395 padding: 3px; 396 overflow-x: hidden; 397 overflow-y: auto; 398 color: #fff; 399 } 400 401 .doubleHeight.doubleWidth .content { 402 height: 375px; 403 width: 459px;; 404 padding: 3px; 405 overflow-x: hidden; 379 406 overflow-y: auto; 380 407 color: #fff; … … 385 412 height: 18px; 386 413 } 414 415 .graphSelectionButtons { 416 width: auto; 417 height: 93px; 418 } 419 420 .graphSelectionButton { 421 width: 75px; 422 height: 93px; 423 margin: 0 9px; 424 padding: 10px; 425 clear: none; 426 float: left; 427 } 428 429 .graphSelectionButton:hover { 430 background-color: #508fd2; 431 } 432 433 .graphSelectionButton:hover span { 434 color: #edd68b; 435 } 436 437 .graphSelectionButton img { 438 width: 75px; 439 height: 75px; 440 margin: 0; 441 padding: 0; 442 border: none; 443 } 444 445 .graphSelectionButton span { 446 line-height: 18px; 447 width: 100%; 448 color: #fff; 449 font-size: 14px; 450 text-align: center; 451 display: block; 452 } 453 454 #graphContainer { 455 height: 250px; 456 width: 459px; 457 float: left; 458 clear: both; 459 overflow: hidden; 460 } 461 462 .fullOn.staticTile { 463 width: 940px; 464 min-height: 459px; 465 height: auto; 466 } 467 468 .fullOn .content { 469 padding: 3px; 470 width: 934px; 471 472 }
Note: See TracChangeset
for help on using the changeset viewer.