Changeset 2484 for SMC


Ignore:
Timestamp:
01/25/13 11:46:54 (11 years ago)
Author:
vronk
Message:

smaller changes (section titles in userdocs, menu-links, paddings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMC/trunk/SMC/src/web/scripts/style/cmds-ui.css

    r2460 r2484  
    33/* basic page layout */
    44#header { height: 70px; }
    5 #top-menu {position: absolute; right: 20px; top: 10px; }
     5/* #top-menu {position: absolute; left:450px; top: 40px;}*/
     6 #top-menu {padding-left:18px;}
     7 #top-menu a {padding: 2px 4px;}
    68#left-menu {float: left; width:250px; height:500px; overflow:auto;}
    79#main {margin-left:260px; /* max-width: .. */}
    810#query-input { padding: 6px;  /* max-width: 600px; */ }
    911#repositories {margin: 6px 0px; }
    10 #notify { max-width: 400px; position: relative; overflow: auto; height: 40px; /* display:none;  */}
     12#notify { max-width: 500px; position: absolute; right: 20px; top:10px; overflow: auto; height: 40px; /* display:none;  */}
    1113#user {text-align: right;}
    1214#welcome {max-width: 600px; padding: 10px;}
     
    1517/* look and feel, fonts */
    1618body, table { font-size: 12px; font-family: Helvetica,Tahoma,Arial,Verdana,sans-serif;}
    17 #site-name { font-family: Helvetica, Tahoma, Verdana, sans-serif; font-size: 24px; color: #014172; /* #040288 #666699; */ display:inline; padding-left: 20px; position:absolute; top:24px}
     19#site-name { font-family: Helvetica, Tahoma, Verdana, sans-serif; font-size: 24px; color: #014172; /* #040288 #666699; */ display:inline; padding-left: 20px; position:absolute; top:16px}
     20
    1821#welcome h3 { color: #014172;}
    1922
     
    5154table.show { border: 1px solid #A6C9E2; }
    5255table.show, table.show table, table.show td {   border: 1px solid #A6C9E2;      border-collapse: collapse; vertical-align: top; }
    53 table.show th { font-style: italic; font-weight: normal; font-size: 0.9em; padding: 0px; }
     56table.show th { font-style: italic; font-weight: normal; font-size: 0.9em; padding: 0px 2px; }
    5457/* terms-tree table */
    5558.terms-tree .treecol {padding-left: 1.5em;}
     
    7679
    7780.cmds-elem-plus .detail,
    78 .ui-context-dialog { display:none; overflow: auto; position:absolute;  border 1px solid #A6C9E2; background-color: #fafaff;}/* z-index:1; }*/
     81td.number .detail,
     82.ui-context-dialog { display:none; overflow: auto; position:absolute;  text-align:left; border: 1px solid #A6C9E2; background-color: #fafaff;}/* z-index:1; }*/
    7983/* .cmds-elem-plus .detail { display: none; border: 1px solid #A6C9E2;} */
    8084
     
    142146/* documentation */
    143147.title, h1, h2, h3 { color: #014172;}
    144 h1 {font-size: 1.6em; margin: 30px 0 10px 30px;}
     148.section h1 { font-size: 1.4em; margin: 1em 0 0.5em 0; }
     149.section h2 {font-size: 1.2em; font-weight:bold; margin: 1em 0 0.5em 0; }
     150.section h3 {font-size: 1.1em; font-style:italic; margin: 1em 0 0.5em 0; }
     151h1, h1.title {font-size: 1.6em; margin: 30px 0 10px 30px;}
    145152h2 {font-size: 1.4em; margin: 1em 0 0.4em 0;}
    146153h3 {font-size: 1.2em; margin: 0.8em 0 0.4em 0;} 
     
    148155dt { padding: 1em 0 0.2em 1.5em; font-weight: bold;}
    149156dd { padding-left: 2.5em; display:block; -moz-margin-start: 0px;}
    150 .info {max-width: 600px; margin:30px;}
     157.document, .info {max-width: 600px; margin:30px;}
    151158.info p { margin: 0.4em 0; }
    152159.info div { padding: 0.4em 0;}
Note: See TracChangeset for help on using the changeset viewer.