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

Last change on this file since 15907 was 15477, checked in by mistic100, 12 years ago

improve a bit the admin page

File size: 1.1 KB
RevLine 
[9863]1.edit-container {
[10987]2  width: 500px;
3  margin: auto;
[9863]4}
5
[15477]6#colorpicker {
7  float:right;
8  margin-top:-15px;
9}
10
[9863]11ul.tagSelection li {
[10987]12  width:170px !important;
[9863]13}
[9970]14.tagSelection input {
[10987]15  width:120px;
[9970]16}
[9863]17
18.tt-container {
[10987]19  float:left;
[15149]20  width:250px;
21  min-height:40px;
[10987]22  height:auto;
23  margin:5px !important;
24  padding:0 5px 5px 5px;
25  list-style:none;
26  background-color:#888;
27  border-radius:5px;
[9863]28}
29.tt-container li {
[10987]30  display:inline;
31  float:none;
[15149]32  padding:2px 5px;
33  margin:3px;
34  font-size:0.85em;
[10987]35  background-color:#ddd;
36  box-shadow:1px 1px 0px #fff;
37  border-radius:5px;
38  cursor:move;
[9863]39}
40.tt-container li:hover {
[10987]41  background-color:#c2f5c2;
42  opacity:0.8;
[9863]43}
44.tt-container h5 {
[15149]45  margin:0 -5px 5px -5px;
[10987]46  border-radius:5px 5px 0 0;
47  padding:2px 0;
48  text-align:center;
49  font-size:12px;
50  letter-spacing:0.5em;
51  font-weight:normal;
[9863]52}
53.active {
[10987]54  background-color:#7cba0f;
[9863]55}
56
57.tt-container.NULL {
[15149]58  float:none;
59  width:auto;
[10987]60  box-shadow:inset 0 0 5px #bbb;
61  padding-bottom:10px;
[9863]62}
63.tt-container.NULL h5 {
[10987]64  background-color:#bbb;
65  font-weight:bold;
[9863]66}
[15149]67
68.buttons {
69  float:right;
70  margin-left:-37px;
71  margin-top:2px;
72}
Note: See TracBrowser for help on using the repository browser.