Fixed up new post form

added a cancel button
This commit is contained in:
2013-01-21 19:10:48 -05:00
parent c75da12d94
commit 1887288f5b
7 changed files with 32 additions and 38 deletions

View File

@@ -90,23 +90,6 @@ table a { font-weight:bold; }
margin: 0 auto;
}
.demo_notice {
display:block;
clear:both;
padding:10px 10px 10px 36px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border:1px solid;
color:#646464;
background-position:10px 12px;
background-repeat:no-repeat;
margin:10px 0;
background-color: #cee6f2;
border: solid 1px #058dc7;
background-image:url('/assets/icon_notification_information.png');
}
#flash_notice, #flash_error, #flash_alert {
display:block;
clear:both;

View File

@@ -1,6 +1,6 @@
/* Modules
--------------------------------------------------------------------------------------------------*/
.module { border:1px solid #e2e2e2; margin:.8em 0; background-color:#fff; overflow:auto; }
.module { border:1px solid #e2e2e2; margin:.8em 0; background-color:#fff; }
.module_controls { padding:.8em; }
.module_header { color:#fff; padding:.7em .7em .7em 1.4em; background-color:#000; }
.module_header a { color:#fff; }