#1156 removed admin bar

This commit is contained in:
jhyeon1010 2015-03-23 11:21:23 +09:00
parent 80ae13a6c2
commit 712541c50c
9 changed files with 0 additions and 113 deletions

View file

@ -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;