Commit f60feda8af71610bee0a878f2475dee352c281e1
1 parent
4a1e7982
Exists in
master
and in
5 other branches
Media icons
Showing
2 changed files
with
28 additions
and
1 deletions
Show diff stats
3.79 KB
style.css
| ... | ... | @@ -171,7 +171,6 @@ background-size: 100% 100%; |
| 171 | 171 | |
| 172 | 172 | #content .main-block h1 { |
| 173 | 173 | font-size: 2.3em !important; |
| 174 | - text-transform: uppercase; | |
| 175 | 174 | font-weight: bold !important; |
| 176 | 175 | } |
| 177 | 176 | |
| ... | ... | @@ -406,6 +405,9 @@ div#article-parent { |
| 406 | 405 | position: relative; |
| 407 | 406 | } |
| 408 | 407 | |
| 408 | +#content .box-1 .display-content-block { | |
| 409 | + width: 250px; | |
| 410 | +} | |
| 409 | 411 | |
| 410 | 412 | /* Menu List footer */ |
| 411 | 413 | |
| ... | ... | @@ -463,3 +465,28 @@ div#article-parent { |
| 463 | 465 | } |
| 464 | 466 | |
| 465 | 467 | #box-organizer .block-target { clear: both; } |
| 468 | + | |
| 469 | +/* Custom Icons */ | |
| 470 | + | |
| 471 | +.box-2 .link-list-block .icon-ok, | |
| 472 | +.box-2 .link-list-block .icon-eyes, | |
| 473 | +.box-2 .link-list-block .icon-edit, | |
| 474 | +.box-2 .link-list-block .icon-photos { | |
| 475 | + background-image: url('images/media-icons.png'); | |
| 476 | + background-position: 0px -325px !important; | |
| 477 | + height: 27px; | |
| 478 | + padding: 13px 0px 0px 45px !important; | |
| 479 | + margin-top: 5px; | |
| 480 | + margin-bottom: 5px; | |
| 481 | +} | |
| 482 | + | |
| 483 | +.box-2 .link-list-block .icon-ok { | |
| 484 | + background-position: 0px -165px !important; | |
| 485 | +} | |
| 486 | +.box-2 .link-list-block .icon-eyes { | |
| 487 | + background-position: 0px -125px !important; | |
| 488 | +} | |
| 489 | +.box-2 .link-list-block .icon-edit { | |
| 490 | + background-position: 0px -245px !important; | |
| 491 | +} | |
| 492 | + | ... | ... |