project/static/css/styles.css
branch2011
changeset 396 c4b236ea6912
parent 300 6e1001230377
child 403 0c8c5343fb27
equal deleted inserted replaced
395:85bbea53523f 396:c4b236ea6912
   475   list-style-type: none;
   475   list-style-type: none;
   476 }
   476 }
   477 /* Login/register */
   477 /* Login/register */
   478 div.login
   478 div.login
   479 {
   479 {
       
   480     position:relative;	
   480     float: left;
   481     float: left;
   481 }
   482 }
   482 
   483 
   483 div.register
   484 div.register
   484 {
   485 {
   485     padding-left: 2em;
   486     position:relative;
   486     padding-right: 4em;
       
   487     margin: 0 0 0 270px;
   487     margin: 0 0 0 270px;
   488     border-left: 1px solid #aaa;
   488     border-left: 1px solid #aaa;
   489 }
   489 }
   490 
   490 
   491 /* --------------------------------------------------------------
   491 /* --------------------------------------------------------------