Ignore:
Timestamp:
Jan 1, 2017, 5:03:41 PM (8 years ago)
Author:
chronos
Message:
  • Added: Show sub-lists in IS item view as multiple subtabs to avoid always loading all subtables at once.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/new/style.css

    r791 r843  
    468468  text-align: center;
    469469}
     470
     471.Tab
     472{
     473}
     474
     475.Tab ul
     476{
     477  list-style: none;
     478  padding: 0;
     479  margin: 0;
     480}
     481   
     482.Tab li
     483{
     484  float: left;
     485  border: 1px solid #bbb;
     486  border-bottom-width: 0;
     487  margin: 0;
     488}
     489   
     490.Tab a
     491{
     492  text-decoration: none;
     493  display: block;
     494  background: #eee;
     495  padding: 0.24em 1em;
     496  text-align: center;
     497}
     498 
     499.Tab a:hover
     500{
     501  background: #fdd;
     502}
     503 
     504.Tab #selected
     505{
     506  border-color: black;
     507}
     508 
     509.Tab #selected a
     510{
     511  position: relative;
     512  top: 1px;
     513  background: white;
     514  font-weight: bold;
     515}
     516
     517.TabContent
     518{
     519  border: 1px solid black;
     520  clear: both;
     521  padding: 5px;
     522}
Note: See TracChangeset for help on using the changeset viewer.