khanat-opennel-code/code/web/public_php/ams/css/custom.css

124 lines
1.6 KiB
CSS
Raw Normal View History

2013-10-24 12:43:38 +00:00
.box-content {
background: white;
}
.box-header {
background-color: white;
}
.top-block {
background-color: white;
2014-09-03 11:03:01 +00:00
border-radius: 5px;
2013-10-24 12:43:38 +00:00
}
.row-fluid [class*="span"] {
2013-10-25 03:25:04 +00:00
min-height: 28px;
2013-10-24 12:43:38 +00:00
}
.login-header
{
height:190px;
}
.brand img
{
height:100%;
margin-bottom:-18px;
margin-top:-15px;
width:auto;
}
#for-is-ajax
{
display:none;
}
2013-06-17 13:57:22 +00:00
.navbar {
border-bottom: 0px;
}
.flags {
display: block;
position:relative;
left:290px;
top:28px;
}
.flags_no_visible_elements{
display: block;
position:relative;
left:67%;
top:210px;
2014-09-03 10:22:14 +00:00
}
.input-prepend .add-on,
.input-append .add-on {
height: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
height: auto;
}
.btn .caret {
margin: 10px;
}
.btn .caret {
border-top-color: #333;
}
.table-bordered {
border-collapse: collapse;
}
.table {
margin-top: 10px;
}
.nav {
margin-bottom: 22px;
}
.radio, .checkbox {
display: table-row-group;
}
.gender-list {
margin-left: 22px;
2014-09-03 11:03:01 +00:00
}
.lg-icon {
font-size: 20px;
margin: 5px;
}
.sidebar-nav {
padding-top: 5px;
}
.sidebar-nav .nav-header{
color:#666;
}
.flags_logged_in{
display: inline;
position:absolute;
margin:7px;
}