Ignore:
Timestamp:
May 22, 2011, 12:52:49 PM (13 years ago)
Author:
mistic100
Message:

code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/typetags/admin/typetags_style.css

    r9970 r10987  
    11.edit-container {
    2         width: 500px;
    3         margin: auto;
     2  width: 500px;
     3  margin: auto;
    44}
    55
    66ul.tagSelection li {
    7         width:170px !important;
     7  width:170px !important;
    88}
    99.tagSelection input {
    10         width:120px;
     10  width:120px;
    1111}
    1212
    1313.tt-container {
    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;
     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;
    2323}
    2424.tt-container li {
    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;
     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;
    3333}
    3434.tt-container li:hover {
    35         background-color:#c2f5c2;
    36         opacity:0.8;
     35  background-color:#c2f5c2;
     36  opacity:0.8;
    3737}
    3838.tt-container h5 {
    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;
     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;
    4646}
    4747.active {
    48         background-color:#7cba0f;
     48  background-color:#7cba0f;
    4949}
    5050
    5151.tt-container.NULL {
    52         width:98%;
    53         box-shadow:inset 0 0 5px #bbb;
    54         padding-bottom:10px;
     52  width:98%;
     53  box-shadow:inset 0 0 5px #bbb;
     54  padding-bottom:10px;
    5555}
    5656.tt-container.NULL h5 {
    57         background-color:#bbb;
    58         font-weight:bold;
     57  background-color:#bbb;
     58  font-weight:bold;
    5959}
Note: See TracChangeset for help on using the changeset viewer.