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

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

Begin of work on 2.4.d => admin

  • Property svn:eol-style set to LF
File size: 522 bytes
Line 
1.showInfo {
2  position:static;
3  display:inline-block;
4  padding:1px 7px;
5  width:4px;
6  height:16px;
7  line-height:16px;
8  font-size:0.8em;
9}
10
11.media_icon_admin   {
12        width: 60px;
13        height: 60px;
14        z-index:99;
15        display: block;
16        margin-left: auto;
17        margin-right: auto;
18        margin-bottom: 2em;
19}
20
21#media_icon_admin_checkbox_left {
22        float: left;
23        width: 49%;
24        text-align: right;
25        padding-right: 1%;
26}
27
28#media_icon_admin_checkbox_right {
29        float: right;
30        width: 49%;
31        text-align: left;
32        padding-left: 1%;
33}
34
35.clear {
36        clear: both;
37}
Note: See TracBrowser for help on using the repository browser.