Changeset 643 for trunk/css


Ignore:
Timestamp:
Sep 30, 2018 7:56:01 PM (6 years ago)
Author:
anonymous
Message:

CSS tweaks

Location:
trunk/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r634 r643  
    164164#content h4 { font-size: 0.75rem; }
    165165
    166 #content p {
    167     margin: 0 0 .5em 0;
     166#content p,
     167#content ul,
     168#content ol {
     169    margin-bottom: .5em;
    168170    font-size: 0.7rem;
    169171    line-height: 130%;
    170172}
    171173
    172 /* #content li:not(.ui-tab) {
    173     margin: 0 0 0 0;
    174     font-size: 0.7rem;
    175     line-height: 100%;
     174/* li:not(.ui-tab) {
     175    list-style-position: inside;
     176    list-style: disc;
     177    margin-left: 1.2em;
    176178} */
     179ul.normal li,
     180ol.normal li {
     181    list-style-position: inside;
     182    list-style: disc;
     183    margin-left: 1.2em;
     184}
    177185
    178186/*_____________________ TABLES ____________________*/
    179 /* BEAU: I copied this from NEXT. Please help! */
    180187table {
    181188    border-size: 1px;
  • trunk/css/codebase.inc.css

    r537 r643  
    3232    color: #fff;
    3333}
    34 .sc-msg > .sc-msg-success a,
    35 .sc-msg > .sc-msg-notice a,
    36 .sc-msg > .sc-msg-warning a,
    37 .sc-msg > .sc-msg-error a {
     34.sc-msg > .sc-msg-success a:not(.button),
     35.sc-msg > .sc-msg-notice a:not(.button),
     36.sc-msg > .sc-msg-warning a:not(.button),
     37.sc-msg > .sc-msg-error a:not(.button) {
    3838    color: #fff;
    3939    text-decoration: underline;
  • trunk/css/utilities.inc.css

    r639 r643  
    6161.sc-marginright { margin-right: 10px; }
    6262.sc-right { text-align: right; }
     63.sc-pull-left { float: left; display: block; }
     64.sc-pull-right { float: right; display: block; }
    6365.sc-normal {
    6466    font: inherit;
Note: See TracChangeset for help on using the changeset viewer.