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

Last change on this file since 14160 was 10987, checked in by mistic100, 13 years ago

code cleanup

File size: 959 bytes
RevLine 
[9863]1.edit-container {
[10987]2  width: 500px;
3  margin: auto;
[9863]4}
5
6ul.tagSelection li {
[10987]7  width:170px !important;
[9863]8}
[9970]9.tagSelection input {
[10987]10  width:120px;
[9970]11}
[9863]12
13.tt-container {
[10987]14  float:left;
15  width:150px;
16  min-height:50px;
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;
[9863]23}
24.tt-container li {
[10987]25  display:inline;
26  float:none;
27  padding:2px 8px;
28  margin:5px;
29  background-color:#ddd;
30  box-shadow:1px 1px 0px #fff;
31  border-radius:5px;
32  cursor:move;
[9863]33}
34.tt-container li:hover {
[10987]35  background-color:#c2f5c2;
36  opacity:0.8;
[9863]37}
38.tt-container h5 {
[10987]39  margin:0 -5px;
40  border-radius:5px 5px 0 0;
41  padding:2px 0;
42  text-align:center;
43  font-size:12px;
44  letter-spacing:0.5em;
45  font-weight:normal;
[9863]46}
47.active {
[10987]48  background-color:#7cba0f;
[9863]49}
50
51.tt-container.NULL {
[10987]52  width:98%;
53  box-shadow:inset 0 0 5px #bbb;
54  padding-bottom:10px;
[9863]55}
56.tt-container.NULL h5 {
[10987]57  background-color:#bbb;
58  font-weight:bold;
[9863]59}
Note: See TracBrowser for help on using the repository browser.