pytask/static/css/base.css
changeset 445 7d465ce581d9
parent 436 b5af2557fa6a
child 456 da6f5be33087
equal deleted inserted replaced
444:92062f38d2c0 445:7d465ce581d9
    90 #nav li a:hover {
    90 #nav li a:hover {
    91   color: #999;
    91   color: #999;
    92   text-decoration: none;
    92   text-decoration: none;
    93 }
    93 }
    94 
    94 
       
    95 #rightnav #register a:link,
       
    96 #rightnav #register a:visited,
       
    97 #rightnav #register a:active {
       
    98   color: #666;
       
    99   text-decoration: none;
       
   100 }
       
   101 
       
   102 #rightnav #register a:hover,
       
   103 #rightnav #login a:hover {
       
   104   color: #999;
       
   105   text-decoration: none;
       
   106 }
       
   107 
    95 #center {
   108 #center {
    96   height: auto;
   109   height: auto;
    97   width: 54%;
   110   width: 54%;
    98   padding: 10px 20px 10px 20px;
   111   padding: 10px 20px 10px 20px;
    99   float: left;
   112   float: left;
   203   background:url('/pytask/static/images/form/form_bottom.gif') no-repeat 0 100%;
   216   background:url('/pytask/static/images/form/form_bottom.gif') no-repeat 0 100%;
   204   padding:20px 25px 20px 240px;
   217   padding:20px 25px 20px 240px;
   205   margin:0;
   218   margin:0;
   206 }
   219 }
   207 
   220 
   208 div #form button {
   221 /* Login Form related CSS */
       
   222 div #loginform #field {
       
   223   margin: .5em 0;
       
   224 }
       
   225 
       
   226 div #loginform #field input {
       
   227   width: 100%;
       
   228   clear: left;
       
   229   border:1px solid #ddd;
       
   230   background:#fff url('/pytask/static/images/form/form_input.gif') repeat-x;
       
   231   padding: 3px;
       
   232 }
       
   233 
       
   234 /* Buttons to be used in forms and other places */
       
   235 div button {
   209   width:150px;
   236   width:150px;
   210   height:37px;
   237   height:37px;
   211   line-height:37px;
   238   line-height:37px;
   212   border:none;
   239   border:none;
   213   background:url('/pytask/static/images/form/form_button.gif') no-repeat 0 0;
   240   background:url('/pytask/static/images/form/form_button.gif') no-repeat 0 0;