app/assets/stylesheets/mcms_pages/pages.css.scss in mcms_pages-0.0.1 vs app/assets/stylesheets/mcms_pages/pages.css.scss in mcms_pages-0.0.2

- old
+ new

@@ -8,16 +8,29 @@ * @Last Modification Details : Styles added for some elements * @Purpose : Place all the styles related to the pages controller here. */ +*{ + color: #41403C +} +body { + background-color: #fff; + font-family: verdana, arial, helvetica, sans-serif; + font-size: 13px; + line-height: 18px; } + li{ list-style-type: none; display:inline; } +a{ + text-decoration: none; +} + .even { background-color: aquamarine; } @@ -31,23 +44,21 @@ .pages-clearfix { display: block; } -#application-actions{ +.application-actions { float: right; - padding-left: 15px; padding-top: 0; - width: 30.7%; + width: 20%; } #pages-records { float: left; - width: 67.7%; - border: 1px solid red; + width: 63%; #page-sortable-list { margin-top: 6px; li{ @@ -80,13 +91,14 @@ .page-actions{ display: inline; line-height: 28px; float: right; - position:relative; + position:absolute; top: 3px; - width: 120px; + right: 20px; + width: 150px; text-align: right; a{ margin: 3px 3px 0; } @@ -139,34 +151,35 @@ #pages-records.pages-tree ul li ul, .pages-tree ul li ul { padding: 0; } -.error-explanation +.error-explanation li { color: red; text-align: left; + font-weight: bold; } -.pages-menu { - - width: 100%; - float: left; - text-align: right; - margin-bottom: 10px; - +.notice { + color: green; + font-size: 16px; } -.pages-menu-li{ - - list-style-type: none; - float: left; - margin-left: 10px; +#page-new{ + /*background-image: url("/assets/mcms_pages/icons/add.png"); + background-position: 12px 50%; + background-repeat: no-repeat;*/ + display: block; } -.pages-menu-li ul {display: none; } - -.notice { - color: green; +#logout-link{ + float: right; + color: #41403C; + font-weight: bold; font-size: 16px; +} + +.field_with_errors{ + display: inline; }