app/assets/stylesheets/flash.css in nice_admin-0.0.4 vs app/assets/stylesheets/flash.css in nice_admin-0.0.5
- old
+ new
@@ -16,10 +16,11 @@
.nice_admin_notice p{
font: 16px "Lucida Grande";
padding: 10px 0px 0px 0px;
color: #181818;
+ text-align: center;
}
.nice_admin_alert{
width:100%;
height:40px;
@@ -36,6 +37,7 @@
.nice_admin_alert p{
font: 16px "Lucida Grande";
padding: 10px 0px 0px 0px;
color: #FFF;
+ text-align: center;
}
\ No newline at end of file