aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/AdminTools/template/admin_style.css
blob: 76f0cae2c71248f30c213229cd37eeeeb9466b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.icon-ato-null:before { content:' '; }

#ato_container {
  display:inline-block;
  position:relative;
}

.multiview {
  display:none;
  z-index:1000;
}

#ato_container>ul {
  position:absolute;
  top:27px;
  left:auto;
  right:0;
  background:#fefefe;
  padding:0;
  margin:0;
  box-shadow:3px 3px 5px rgba(0,0,0,0.5);
}
  #ato_container>ul li {
    list-style:none;
    line-height:16px;
    font-size:13px;
    white-space:nowrap;
  }
    #ato_container>ul li>* {
      display:inline-block;
      padding:5px 10px;
      border:none;
      text-decoration:none;
      color:#444;
      text-shadow:1px 1px 0px #eee;
    }
      #ato_container>ul li>*:before {
        font-size:16px;
        margin-right:0.5em;
      }
    #ato_container>ul li:hover {
      background:#dedede;
    }
  #ato_container>ul label {
    font-weight:bold;
    color:#777;
    display:inline-block;
    width:80px;
    padding:5px;
    text-align:right;
    font-size:11px;
  }
  #ato_container>ul select, #ato_container>ul option {
    font-size:13px;
    line-height:15px;
    color:#444;
    background:#fefefe;
    border-radius:2px;
    text-shadow:none;
  }
    #ato_container>ul select {
      border:1px solid #777;
      height:22px;
      padding:2px 3px;
    }
  #ato_container .switcher {
    display:none;
  }