Changeset 829 for trunk/style/style.css


Ignore:
Timestamp:
Mar 25, 2015, 9:18:42 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Changed user Login and Registration form to be horizontally centered.
  • Modified: Disabled public visibility of captured referrers. There is no way how to block spam referrers automatically.
  • Fixed: Indentation in Dictionary module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r828 r829  
    574574  margin-left: auto;
    575575  margin-right: auto;
    576 }
    577 
    578 .Form tr .Left
     576  text-align: center;
     577}
     578
     579.Form fieldset
     580{
     581  display: inline-block;
     582  text-align: left;
     583}
     584
     585.Form fieldset table tr .Left
    579586{
    580587  text-align: right;
    581588  font-weight: normal;
    582 }
     589  padding-right: 6px;
     590}
     591
     592.Form fieldset table tr .Center
     593{
     594  text-align: center;
     595  font-weight: normal;
     596}
Note: See TracChangeset for help on using the changeset viewer.