source: extensions/Media_Icon/admin/admin.css @ 19374

Last change on this file since 19374 was 19374, checked in by julien1311, 11 years ago

new icon sets
remove photo set => copyright
improvements to help page

  • Property svn:eol-style set to LF
File size: 1.0 KB
Line 
1div.media_icon_admin_element {
2        width: 20%;
3        font-weight: bold;
4        float: left;
5        margin: 1,5em 1,5em;
6}
7
8.media_icon_bold_center {
9        font-weight: bold;
10        text-align: center;
11}
12
13.media_icon_important {
14        font-weight: bold;
15}
16       
17.showInfo {
18  position:static;
19  display:inline-block;
20  padding:1px 7px;
21  width:4px;
22  height:16px;
23  line-height:16px;
24  font-size:0.8em;
25}
26
27.media_icon_admin   {
28        width: 60px;
29        height: 60px;
30        z-index:99;
31        display: block;
32        margin-left: auto;
33        margin-right: auto;
34        margin-bottom: 2em;
35        font-weight: normal;
36}
37
38#media_icon_admin_checkbox_left {
39        float: left;
40        width: 49%;
41        text-align: right;
42        padding-right: 1%;
43}
44
45#media_icon_admin_checkbox_right {
46        float: right;
47        width: 49%;
48        text-align: left;
49        padding-left: 1%;
50}
51
52.media_icon_clear {
53        clear: both;
54}
55
56.media_icon_center form {
57        text-align: center;
58}
59
60.media_icon_help_title {
61        text-align: center;
62        font-weight: bold;
63        font-size: 150%;
64        margin-top: 2em;
65}
66
67.media_icon_help_content {
68        text-align: left;
69}
70
71.media_icon_admin_left {
72        float: left;
73        text-align: left;
74}
Note: See TracBrowser for help on using the repository browser.