Commit 59b12102 authored by Romain Loth's avatar Romain Loth

new test layout

parent 01263859
This diff is collapsed.
...@@ -28,11 +28,27 @@ ...@@ -28,11 +28,27 @@
max-height: 10%; max-height: 10%;
} }
#defaultop li{
font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif ;
}
/* searchnav gets same padding as bootstrap's .navbar-nav > li > a */ /* searchnav gets same padding as bootstrap's .navbar-nav > li > a */
#defaultop div#searchnav { #defaultop div#searchnav {
padding-top: 13px; padding-top: 13px;
padding-bottom: 9px; padding-bottom: 9px;
} }
#defaultop .settingslider {
max-width: 85px;
display: inline-block ;
}
#defaultop .nav > li > a {
padding-left: 12px;
padding-right: 12px;
}
#sigma-example { #sigma-example {
width: 100%; width: 100%;
height: 300px; height: 300px;
...@@ -118,10 +134,38 @@ ...@@ -118,10 +134,38 @@
/* border: 1px solid #2e4b69;*/ /* border: 1px solid #2e4b69;*/
/*}*/ /*}*/
.panel-heading a:before {
font-family:'Glyphicons Halflings';
content:"\e114 ";
float: right;
color: blue;
}
.panel-heading a {
text-decoration: none !important;
}
.panel-heading a:hover {
border-color: blue;
color: black;
}
.panel-heading a.collapsed:before {
content:"\e114 ";
color:grey;
}
/*
#left{ #left{
display: inline-block; display: inline-block;
} }
#right{
display: inline-block;
}
*/
#credits {
text-align: center;
}
/*.modal-vertical-centered {*/ /*.modal-vertical-centered {*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment