source: extensions/typetags/admin/typetags_style.css @ 15149

Last change on this file since 15149 was 15149, checked in by mistic100, 12 years ago
  • display typetags everywhere (not only tags page)
  • little redesign of admin page + code cleaning
File size: 1.0 KB
Line 
1.edit-container {
2  width: 500px;
3  margin: auto;
4}
5
6ul.tagSelection li {
7  width:170px !important;
8}
9.tagSelection input {
10  width:120px;
11}
12
13.tt-container {
14  float:left;
15  width:250px;
16  min-height:40px;
17  height:auto;
18  margin:5px !important;
19  padding:0 5px 5px 5px;
20  list-style:none;
21  background-color:#888;
22  border-radius:5px;
23}
24.tt-container li {
25  display:inline;
26  float:none;
27  padding:2px 5px;
28  margin:3px;
29  font-size:0.85em;
30  background-color:#ddd;
31  box-shadow:1px 1px 0px #fff;
32  border-radius:5px;
33  cursor:move;
34}
35.tt-container li:hover {
36  background-color:#c2f5c2;
37  opacity:0.8;
38}
39.tt-container h5 {
40  margin:0 -5px 5px -5px;
41  border-radius:5px 5px 0 0;
42  padding:2px 0;
43  text-align:center;
44  font-size:12px;
45  letter-spacing:0.5em;
46  font-weight:normal;
47}
48.active {
49  background-color:#7cba0f;
50}
51
52.tt-container.NULL {
53  float:none;
54  width:auto;
55  box-shadow:inset 0 0 5px #bbb;
56  padding-bottom:10px;
57}
58.tt-container.NULL h5 {
59  background-color:#bbb;
60  font-weight:bold;
61}
62
63.buttons {
64  float:right;
65  margin-left:-37px;
66  margin-top:2px;
67}
Note: See TracBrowser for help on using the repository browser.