Changeset 4453


Ignore:
Timestamp:
02/06/14 08:08:19 (10 years ago)
Author:
twagoo
Message:

moved header css for mockup into right file

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-header.css

    r4374 r4453  
    2020*/
    2121
     22/* Header image and icons */
    2223
    2324#header {
     
    5455    width: 50px;
    5556}
     57
     58/* Navigation bar */
     59
     60#topnavigation {
     61    margin: 8px 15px 2px 15px;
     62    padding: 0px 4px 0px 8px;
     63    /*min-height: 1.5em;*/
     64}
     65
     66#topnavigation #breadcrumbs {
     67    float: left;
     68    clear: left;
     69    width: 75%;
     70    padding-bottom: .5em;
     71}
     72
     73#topnavigation #topnavigationlinks {
     74    float: right;
     75    clear: right;
     76    text-align: right;
     77    width: 20%;
     78    padding-bottom: .5em;
     79}
     80
     81#topnavigation #topnavigationlinks a {
     82    display: inline-block;
     83    width: 12px;
     84    height: 12px;
     85}
     86
     87#topnavigation #topnavigationlinks a {
     88    background-size: 12px;
     89    background-repeat: no-repeat;
     90    text-decoration: none;
     91}
     92
     93#topnavigation #topnavigationlinks a span {
     94    display: none;
     95}
     96
     97#topnavigation #topnavigationlinks #help:after {
     98   content: 'Help'
     99}
     100
     101#topnavigation #topnavigationlinks #permalink {
     102    background-image: url('link-128.png'); /* icon from icons8.com */
     103}
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo.css

    r4445 r4453  
    2121*/
    2222
     23/* styles for header and static topic section */
    2324@import "vlo-header.css";
    2425
     
    3435/* styles for record details */
    3536@import "vlo-record.css";
    36 
    37 #topnavigation {
    38     margin: 8px 15px 2px 15px;
    39     padding: 0px 4px 0px 8px;
    40     /*min-height: 1.5em;*/
    41 }
    42 
    43 #topnavigation #breadcrumbs {
    44     float: left;
    45     clear: left;
    46     width: 75%;
    47     padding-bottom: .5em;
    48 }
    49 
    50 #topnavigation #topnavigationlinks {
    51     float: right;
    52     clear: right;
    53     text-align: right;
    54     width: 20%;
    55     padding-bottom: .5em;
    56 }
    57 
    58 #topnavigation #topnavigationlinks a {
    59     display: inline-block;
    60     width: 12px;
    61     height: 12px;
    62 }
    63 
    64 #topnavigation #topnavigationlinks a {
    65     background-size: 12px;
    66     background-repeat: no-repeat;
    67     text-decoration: none;
    68 }
    69 
    70 #topnavigation #topnavigationlinks a span {
    71     display: none;
    72 }
    73 
    74 #topnavigation #topnavigationlinks #help:after {
    75    content: 'Help'
    76 }
    77 
    78 #topnavigation #topnavigationlinks #permalink {
    79     background-image: url('link-128.png'); /* icon from icons8.com */
    80 }
    81 
Note: See TracChangeset for help on using the changeset viewer.