Changeset 18675


Ignore:
Timestamp:
11/14/16 00:18:31 (8 years ago)
Author:
tbretz
Message:
Some minor layout changes (word wrapping, text justification and space)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MobileIndico/indico.css

    r18673 r18675  
    1313   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004),color-stop(50%,#669), color-stop(50%,#669), color-stop(100%,#004));
    1414   opacity: 0.9;
     15}
     16
     17.indico .contribution .ui-btn  {
     18   padding-top: 1px;
     19   padding-bottom: 0px;
     20   white-space: normal;
     21   word-wrap: normal;
     22   /*.7em 1em;*/
     23}
     24
     25.indico .contribution .ui-body-a  {
     26   text-align: justify;
    1527}
    1628
     
    5163
    5264.indico .contribution .date {
    53    background-color: #eee;
     65/*   background-color: #eee;*/
     66/*   background-color: #fff;*/
    5467   font-weight: bold;
    5568   display: block;
Note: See TracChangeset for help on using the changeset viewer.