mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add css for badges
This commit is contained in:
parent
a2e9d7e3e9
commit
d61f7f0b2a
|
@ -215,6 +215,74 @@ ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
|
||||||
background-color: #E0E0E0;
|
background-color: #E0E0E0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sidenav for Docs
|
||||||
|
* -------------------------------------------------- */
|
||||||
|
|
||||||
|
.bs-docs-sidenav {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0px 0 30px 0;
|
||||||
|
padding: 0;
|
||||||
|
background-color: #fff;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
|
-moz-border-radius: 6px;
|
||||||
|
border-radius: 6px;
|
||||||
|
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||||
|
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||||
|
box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav > li > a {
|
||||||
|
display: block;
|
||||||
|
width: 190px \9;
|
||||||
|
margin: 0 0 -1px;
|
||||||
|
padding: 8px 14px;
|
||||||
|
border: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav > li:first-child > a {
|
||||||
|
-webkit-border-radius: 6px 6px 0 0;
|
||||||
|
-moz-border-radius: 6px 6px 0 0;
|
||||||
|
border-radius: 6px 6px 0 0;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav > li:last-child > a {
|
||||||
|
-webkit-border-radius: 0 0 6px 6px;
|
||||||
|
-moz-border-radius: 0 0 6px 6px;
|
||||||
|
border-radius: 0 0 6px 6px;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav > .active > a {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
padding: 9px 15px;
|
||||||
|
border: 0;
|
||||||
|
text-shadow: 0 1px 0 rgba(0,0,0,.15);
|
||||||
|
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
|
||||||
|
-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
|
||||||
|
box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
|
||||||
|
}
|
||||||
|
/* Chevrons */
|
||||||
|
.bs-docs-sidenav .badge-right {
|
||||||
|
float: right;
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-right: -6px;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav > li > a:hover {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav a:hover .icon-chevron-right {
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav .active .icon-chevron-right,
|
||||||
|
.bs-docs-sidenav .active a:hover .icon-chevron-right {
|
||||||
|
background-image: url(../img/glyphicons-halflings-white.png);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav.affix {
|
||||||
|
top: 100px;
|
||||||
|
}
|
||||||
|
.bs-docs-sidenav.affix-bottom {
|
||||||
|
position: absolute;
|
||||||
|
top: auto;
|
||||||
|
bottom: 270px;
|
||||||
|
}
|
||||||
|
|
||||||
i.success {color: #00b000;}
|
i.success {color: #00b000;}
|
||||||
i.enabled {color: #00b000;}
|
i.enabled {color: #00b000;}
|
||||||
i.error {color: #b00000;}
|
i.error {color: #b00000;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user