Changeset 35094 for main


Ignore:
Timestamp:
2021-04-22T14:50:49+12:00 (3 years ago)
Author:
davidb
Message:

CSS related to haveing LOD tabs on right-hand side; other tweaking of CSS relative to the main banner area of the DL page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/css/eurovision.css

    r35049 r35094  
    11
     2/* Topup to #gs-nav from core.css */
     3#gs-nav {
     4    padding-top: 12px;
     5}
     6
     7/* Clone of #gs-nav from core.css for RHS visualization/SPARQL tabs */
     8#gs-lod {
     9    list-style: none outside none;
     10    padding: 0px;
     11    margin: 0 0 0 20px;
     12    font-size: 14px;
     13}
     14
     15#gs-lod li, #gs-lod li:hover a {
     16    cursor: pointer;
     17}
     18
     19#gs-lod li {
     20    float: right;
     21    display: inline;
     22    margin-right: 5px;
     23    padding: 3px 5px 5px 7px;
     24    text-transform: capitalize;
     25    text-align: center;
     26    border-bottom: 0px;
     27}
     28
     29#titlearea h2 {
     30    padding-bottom: 0;
     31}
    232
    333#from-country-votes {
Note: See TracChangeset for help on using the changeset viewer.