Documented .page-alert

Added page alert to jasny/bootstrap.less and jasny/responsive.less
This commit is contained in:
Arnold Daniels
2012-07-17 01:01:10 +02:00
parent a5adceceb9
commit 7dc3cb618a
5 changed files with 48 additions and 1 deletions

View File

@@ -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;
}
}