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

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

Ctrl+E opens the quick edit popup

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