clipbucket/upload/styles/cb_27/theme/css/header.css

97 lines
1.8 KiB
CSS
Raw Normal View History

2014-09-22 12:53:05 +00:00
.navig-resp-bg, .search-resp-bg{
background: url('../../images/u-sprite.png') no-repeat;
}
.navig-resp-bg, .search-resp-bg{
width: 42px;
height: 33px;
display: block;
}
.navig-resp-bg{
float: right;
background-position: 0px 0px; border: none;
}
.search-resp-bg{
background-position: 0px -33px;
position: absolute;
top: 0px;
right:70px;
z-index: 2;
width: 42px;
height: 33px;
border: none;
}
.navig-resp-bg:hover{
background-position:-43px 0px;
}
.search-resp-bg:hover{
background-position: -43px -33px;
}
.input-group-btn > .search-drop-btn{
margin-left: -4px !important;
}
.fix-md-searchinput{
position: absolute;
top:48px;
right:0%;
}
.fix-md-user-icon{
position: absolute !important;
top:0px;
right:1%;
}
2014-09-22 14:13:51 +00:00
.left-margin-xero{ margin-left: 0px !important;}
2014-09-22 12:53:05 +00:00
2014-09-22 13:00:56 +00:00
.mrxll{ margin-right: 50px;}
2014-09-22 12:53:05 +00:00
.upload-vid-photo-icon {
background-image: url("../../images/h-upload-icon.png");
background-repeat: no-repeat;
color: #fff;
padding: 6px 0px 6px 30px;
}
.upload-dropdown{
min-width:140px;
left: -70px;
}
.upload-dropdown-btn-d{
position: absolute;
2014-09-22 13:41:09 +00:00
top:0;
2014-09-22 12:53:05 +00:00
right: 140px;
}
.upload-btn-pad{ padding:3px 5px !important; }
.navbar-collapse.manual-height{
max-height: 100%;
}
2014-09-22 14:13:51 +00:00
.pad-left-xero{padding-left: 0px!important;}
2014-09-22 12:53:05 +00:00
@media (min-width: 768px) and (max-width:4000px) {
.navig-resp-bg, .search-resp-bg{
display:none;
}
}
@media (min-width: 768px) and (max-width:900px) {
.upload-vid-photo-icon {
background-image: url("../../images/h-upload-icon.png");
background-repeat: no-repeat;
background-size: 16px auto;
color: #fff;
display: block;
padding: 0 0 0 17px;
text-indent: -99999px;
}
.upload-dropdown-btn-d{
position: absolute;
2014-09-22 13:00:56 +00:00
top:1px;
2014-09-22 14:13:51 +00:00
right:88px;
2014-09-22 12:53:05 +00:00
}
}