~edwinvandeven/openstudio/2.09

« back to all changes in this revision

Viewing changes to web2py/applications/OpenStudio/static/plugin_os-css/openstudio.css

  • Committer: Edwin van de Ven
  • Date: 2015-01-14 10:23:47 UTC
  • Revision ID: edwinvandeven@home.nl-20150114102347-jexsba8c0i02gjgx
Added permission for allowing to set the default sort order for classes in the schedule
Added settings page to allow setting the default sort order for classes in the schedule

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
}
243
243
 
244
244
ul.os-schedule_tools {
 
245
    clear:both;
245
246
    margin: 0px;
246
247
    list-style-type: none;
247
248
}
840
841
    border-color: #EAEAEA;
841
842
    font-weight: bold;
842
843
}
 
844
 
 
845
/* No margin definitions begin */
 
846
 
 
847
.os-no_margin {
 
848
    margin: 0;
 
849
}
 
850
 
 
851
.os-no_margin_top {
 
852
    margin-top: 0;
 
853
}
 
854
 
 
855
.os-no_margin_bottom {
 
856
    margin-bottom: 0;
 
857
}
 
858
 
 
859
/* No margin definitions end */