Changeset 4333


Ignore:
Timestamp:
01/24/14 13:05:45 (10 years ago)
Author:
twagoo
Message:

split up VLO css

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

Legend:

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

    r4332 r4333  
    1515along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1616*/
     17
    1718/*
    1819    Created on : Jan 24, 2014, 10:06:50 AM
     
    4243    clear: left;
    4344}
    44 
    45 /* facet links */
    46 
    47 li.more-link {
    48     width: 100%;
    49     text-align: right;
    50 }
    51 
    52 li.more-link a {
    53     margin-right: 1em;
    54 }
    55 
    56 /* facet collapse/expand */
    57 
    58 a.expandfacet, a.collapsefacet {
    59     float: right;
    60     margin-top: .5em;
    61     margin-right: 1em;
    62 }
    63 
    64 a.expandfacet span, a.collapsefacet span{
    65     /* don't show expand/collapse label */
    66     display: none;
    67 }
    68 
    69 a.expandfacet:after {
    70     /* show BLACK DOWN-POINTING TRIANGLE character */
    71     content: "\25BC";
    72 }
    73 
    74 a.collapsefacet:after {
    75     /* show BLACK UP-POINTING TRIANGLE  character*/
    76     content: "\25B2";
    77 }
    78 
    79 .expandedfacet a.expandfacet {
    80     display:  none;
    81 }
    82 
    83 .collapsedfacet .sbilinks {
    84     display:  none;
    85 }
    86 
    87 .collapsedfacet a.collapsefacet {
    88     display:  none;
    89 }
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-facets.css

    r4332 r4333  
    1515along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1616*/
     17
    1718/*
    1819    Created on : Jan 24, 2014, 10:06:50 AM
    1920    Author     : twagoo
    2021*/
    21 
    22 /* collection selection */
    23 
    24 form#collections ul li {
    25     display: block;
    26     width: 28%;
    27     margin: .5em 2%;
    28     margin-top: .2em;
    29     margin-bottom: .2em;
    30     float: left;
    31     overflow: no-content;
    32     height: 3em;
    33 }
    34 
    35 form#collections ul li.allcollections{
    36     visibility: visible;
    37     clear: both;
    38     width: 100%;
    39 }
    40 
    41 #collections-end {
    42     clear: left;
    43 }
    4422
    4523/* facet links */
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo.css

    r4332 r4333  
    1515along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1616*/
     17
    1718/*
    1819    Created on : Jan 24, 2014, 10:06:50 AM
     
    2021*/
    2122
    22 /* collection selection */
     23/* styles for collection selection */
     24@import "vlo-collections.css";
    2325
    24 form#collections ul li {
    25     display: block;
    26     width: 28%;
    27     margin: .5em 2%;
    28     margin-top: .2em;
    29     margin-bottom: .2em;
    30     float: left;
    31     overflow: no-content;
    32     height: 3em;
    33 }
    34 
    35 form#collections ul li.allcollections{
    36     visibility: visible;
    37     clear: both;
    38     width: 100%;
    39 }
    40 
    41 #collections-end {
    42     clear: left;
    43 }
    44 
    45 /* facet links */
    46 
    47 li.more-link {
    48     width: 100%;
    49     text-align: right;
    50 }
    51 
    52 li.more-link a {
    53     margin-right: 1em;
    54 }
    55 
    56 /* facet collapse/expand */
    57 
    58 a.expandfacet, a.collapsefacet {
    59     float: right;
    60     margin-top: .5em;
    61     margin-right: 1em;
    62 }
    63 
    64 a.expandfacet span, a.collapsefacet span{
    65     /* don't show expand/collapse label */
    66     display: none;
    67 }
    68 
    69 a.expandfacet:after {
    70     /* show BLACK DOWN-POINTING TRIANGLE character */
    71     content: "\25BC";
    72 }
    73 
    74 a.collapsefacet:after {
    75     /* show BLACK UP-POINTING TRIANGLE  character*/
    76     content: "\25B2";
    77 }
    78 
    79 .expandedfacet a.expandfacet {
    80     display:  none;
    81 }
    82 
    83 .collapsedfacet .sbilinks {
    84     display:  none;
    85 }
    86 
    87 .collapsedfacet a.collapsefacet {
    88     display:  none;
    89 }
     26/* styles for facet panels */
     27@import "vlo-facets.css";
Note: See TracChangeset for help on using the changeset viewer.