mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Documented .page-alert
Added page alert to jasny/bootstrap.less and jasny/responsive.less
This commit is contained in:
@@ -603,6 +603,14 @@ form.well {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Alerts
|
||||
-------------------------- */
|
||||
#page-alert-container {
|
||||
position: relative;
|
||||
border-top: 1px solid #DDDDDD;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
/* Responsive table
|
||||
------------------------- */
|
||||
.responsive-utilities th small {
|
||||
@@ -667,7 +675,6 @@ form.well {
|
||||
border: 1px solid #d6e9c6;
|
||||
}
|
||||
|
||||
|
||||
/* Responsive Docs
|
||||
-------------------------------------------------- */
|
||||
@media (max-width: 480px) {
|
||||
@@ -872,6 +879,11 @@ form.well {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
/* Page alert is show as normal alert */
|
||||
#page-alert-container {
|
||||
border-top-width: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user