style.css
changeset 8 4e71e1b670bc
parent 6 d9d1f8e5f384
equal deleted inserted replaced
7:235ae238f694 8:4e71e1b670bc
    88 div.paginate li a:hover {
    88 div.paginate li a:hover {
    89     text-decoration: none;
    89     text-decoration: none;
    90     background-color: #666666;
    90     background-color: #666666;
    91 }
    91 }
    92 
    92 
       
    93 div#taggr {
       
    94 	border: 1px solid #666666;
       
    95 
       
    96     padding: 20px;
       
    97 }
       
    98 
       
    99 div#taggr ul {
       
   100     margin: 0px;
       
   101     padding: 0px;
       
   102 }
       
   103 
       
   104 div#taggr li {
       
   105 	border-bottom: 1px solid #444444;
       
   106 
       
   107     padding: 10px;
       
   108 
       
   109     list-style-type: none;
       
   110 
       
   111     text-align: center;
       
   112 }
       
   113 
       
   114 div#tagger span.thumb {
       
   115     clear: both;
       
   116 }
       
   117 
       
   118 div#taggr span.inputs {
       
   119     float: right;
       
   120 }
       
   121 
       
   122 div#taggr input {
       
   123     margin: 5px;
       
   124 }
       
   125 
       
   126 div#taggr label {
       
   127     float: left;
       
   128 
       
   129     width: 150px;
       
   130 }
       
   131 
       
   132 div#taggr input.chk {
       
   133     float: left;
       
   134 
       
   135     width: 30px;
       
   136     height: 30px;
       
   137 
       
   138     border: 1px solid #000000;
       
   139     
       
   140     margin: auto;
       
   141 }
       
   142 
       
   143