Fixed button wrapping when in tight spaces (e.g, tables)
This commit is contained in:
@@ -138,17 +138,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Blocmoncompte {
|
|
||||||
float: right;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
margin-top: 35px;
|
|
||||||
|
|
||||||
color: white;
|
|
||||||
font-size: 13px;
|
|
||||||
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
|
|
||||||
}
|
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
@@ -172,6 +161,16 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-group {
|
||||||
|
white-space: nowrap; // prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page)
|
||||||
|
> .btn {
|
||||||
|
float: inherit;
|
||||||
|
}
|
||||||
|
> .btn + .btn {
|
||||||
|
margin-left: -4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// -- Login form --------------------------------------------------------------
|
// -- Login form --------------------------------------------------------------
|
||||||
|
|
||||||
.form-signin {
|
.form-signin {
|
||||||
|
|||||||
Reference in New Issue
Block a user