mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Added support for semifluid layouts
This commit is contained in:
@@ -360,7 +360,7 @@ hr.soften {
|
||||
background-color: #dceaf4;
|
||||
margin: 0 auto;
|
||||
width: 70%;
|
||||
height: 240px;
|
||||
height: 100%;
|
||||
}
|
||||
.mini-layout.fluid .mini-layout-sidebar,
|
||||
.mini-layout.fluid .mini-layout-header,
|
||||
@@ -370,13 +370,31 @@ hr.soften {
|
||||
.mini-layout.fluid .mini-layout-sidebar {
|
||||
background-color: #bbd8e9;
|
||||
width: 20%;
|
||||
height: 240px;
|
||||
height: 100%;
|
||||
}
|
||||
.mini-layout.fluid .mini-layout-body {
|
||||
width: 77.5%;
|
||||
margin-left: 2.5%;
|
||||
}
|
||||
|
||||
.semifluid-layouts {
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
}
|
||||
.semifluid-layouts .mini-layout {
|
||||
width: auto;
|
||||
height: 160px;
|
||||
}
|
||||
.semifluid-layouts .mini-layout.desktop {
|
||||
width: 62%;
|
||||
float: left;
|
||||
}
|
||||
.semifluid-layouts .mini-layout.tablet {
|
||||
width: 25%;
|
||||
float: right;
|
||||
}
|
||||
.mini-layout.tablet .mini-layout-body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Popover docs
|
||||
-------------------------------------------------- */
|
||||
@@ -884,6 +902,11 @@ form.well {
|
||||
border-top-width: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Space out the show-grid examples */
|
||||
.row-desktop.show-grid [class*="span"] {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user