Difference between revisions of "Team:Czech Republic/Template:Stylesheet"

Line 55: Line 55:
 
/* PANEL -------------------------------------------------------------------*/
 
/* PANEL -------------------------------------------------------------------*/
  
.panel_collapsed
+
.panel
 
{
 
{
 
     z-index: 2;
 
     z-index: 2;
 
     position: fixed;
 
     position: fixed;
  
     width: 69px;
+
     width: 100%;
     height: 100%;
+
     height: 50px;
  
     border-right: 1px solid #777777;
+
     border-bottom: 1px solid #777777;
  
 
     left: 0;
 
     left: 0;
Line 69: Line 69:
  
 
     background-color: #D5D5D5;
 
     background-color: #D5D5D5;
}
 
 
.panel_expanded
 
{
 
    z-index: 2;
 
    position: fixed;
 
 
    width: 300px;
 
    height: 100%;
 
 
    border-right: 1px solid #000000;
 
 
    left: 0;
 
    top: 0;
 
 
    background: #D5D5D5;
 
 
}
 
}
  

Revision as of 18:27, 20 August 2015