source: trunk/plugins/AdminTools/template/admin_style.css @ 29168

Last change on this file since 29168 was 29168, checked in by mistic100, 10 years ago

add MultiView controller on admin page (replaces the "switch theme" button)

File size: 1.3 KB
Line 
1.icon-ato-null:before { content:' '; }
2
3#ato_container {
4  display:inline-block;
5  position:relative;
6}
7
8.multiview {
9  display:none;
10}
11
12#ato_container>ul {
13  position:absolute;
14  top:27px;
15  left:auto;
16  right:0;
17  background:#fefefe;
18  padding:0;
19  margin:0;
20  box-shadow:3px 3px 5px rgba(0,0,0,0.5);
21}
22  #ato_container>ul li {
23    list-style:none;
24    line-height:16px;
25    font-size:13px;
26    white-space:nowrap;
27  }
28    #ato_container>ul li>* {
29      display:inline-block;
30      padding:5px 10px;
31      border:none;
32      text-decoration:none;
33      color:#444;
34      text-shadow:1px 1px 0px #eee;
35    }
36      #ato_container>ul li>*:before {
37        font-size:16px;
38        margin-right:0.5em;
39      }
40    #ato_container>ul li:hover {
41      background:#dedede;
42    }
43  #ato_container>ul label {
44    font-weight:bold;
45    color:#777;
46    display:inline-block;
47    width:80px;
48    padding:5px;
49    text-align:right;
50    font-size:11px;
51  }
52  #ato_container>ul select, #ato_container>ul option {
53    font-size:13px;
54    line-height:15px;
55    color:#444;
56    background:#fefefe;
57    border-radius:2px;
58    text-shadow:none;
59  }
60    #ato_container>ul select {
61      border:1px solid #777;
62      height:22px;
63      padding:2px 3px;
64    }
65  #ato_container .switcher {
66    display:none;
67  }
Note: See TracBrowser for help on using the repository browser.