mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
#1156 removed admin bar
This commit is contained in:
parent
80ae13a6c2
commit
712541c50c
9 changed files with 0 additions and 113 deletions
|
|
@ -150,54 +150,6 @@ body>.message {
|
|||
background: #333 url("../../common/img/msg.loading.gif") no-repeat center 15px;
|
||||
}
|
||||
|
||||
/* Admin Bar */
|
||||
#adminBar {
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 28px;
|
||||
border-top: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee;
|
||||
font: 12px/28px Arial, Helvetica, sans-serif;
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 0 5px #333;
|
||||
background: #666;
|
||||
}
|
||||
#adminBar>h1 {
|
||||
float: left;
|
||||
margin: 0 10px 0 0;
|
||||
padding: 6px 0 0 10px;
|
||||
line-height: 1;
|
||||
font-size: 12px;
|
||||
}
|
||||
#adminBar img {
|
||||
vertical-align: top;
|
||||
}
|
||||
#adminBar>p {
|
||||
margin: 0;
|
||||
}
|
||||
#adminBar>.admin {
|
||||
float: left;
|
||||
}
|
||||
#adminBar>.link {
|
||||
float: right;
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
#adminBar a {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
#adminBar a:hover,
|
||||
#adminBar a:active,
|
||||
#adminBar a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Button */
|
||||
.btnArea {
|
||||
clear: both;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue