Grid-compatible adjustable columns
This commit is contained in:
@@ -26,12 +26,30 @@
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
/*
|
||||
.uls-wide {
|
||||
min-width: 715px;
|
||||
width: 45%;
|
||||
}
|
||||
*/
|
||||
|
||||
.uls-medium {
|
||||
min-width: 360px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* Override the grid */
|
||||
.uls-medium.grid .row {
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.uls-narrow {
|
||||
min-width: 180px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
/* Override the grid */
|
||||
.uls-narrow.grid .row {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.uls-title-region a {
|
||||
padding-left: 15px;
|
||||
|
||||
Reference in New Issue
Block a user