diff options
| -rw-r--r-- | app/assets/stylesheets/main/layout.css.scss | 148 |
1 files changed, 1 insertions, 147 deletions
diff --git a/app/assets/stylesheets/main/layout.css.scss b/app/assets/stylesheets/main/layout.css.scss index e11360333..4438769b8 100644 --- a/app/assets/stylesheets/main/layout.css.scss +++ b/app/assets/stylesheets/main/layout.css.scss @@ -83,6 +83,7 @@ ol.breadcrumb{ min-height: 500px; -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2); box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2); + padding-top: 10px; padding-bottom: 10px; margin-top: 20px; margin-bottom: 20px; @@ -197,153 +198,6 @@ ol.breadcrumb{ } } -/* #body #workspace { */ -/* width: 70%; */ -/* background: white; */ -/* margin: 0px 30px; */ -/* padding: 0 15px 10px 15px; */ - -/* -moz-box-shadow: 3px 3px 4px #BBB; */ -/* -webkit-box-shadow: 3px 3px 4px #BBB; */ -/* box-shadow: 3px 3px 4px #BBB; */ -/* border-right: 1px solid #BBB; */ -/* border-bottom: 1px solid #BBB; */ - -/* li span.author { */ -/* float: right; */ -/* font-size: 12px; */ -/* } */ - -/* .site_summary { */ -/* float: left; */ -/* margin-bottom: 20px; */ -/* width: 100%; */ - -/* img { */ -/* float: left; */ -/* margin-right: 20px; */ -/* } */ -/* a { */ -/* display: block; */ -/* margin: 25px 0 0; */ -/* } */ -/* } */ -/* .site_summary:after { */ -/* content: " "; */ -/* display: block; */ -/* height: 0; */ -/* clear: both; */ -/* visibility: hidden; */ -/* } */ - -/* fieldset.buttons{ */ -/* margin: 10px; */ -/* } */ - -/* form { */ -/* label { */ -/* color: #555555; */ -/* font-size: 100%; */ -/* text-align: right; */ -/* } */ - - -/* } */ - -/* } */ - -/* #body - -/* #body #sidebar { */ -/* width: 20%; */ -/* padding-top: 20px; */ - -/* label { */ -/* color: #555555; */ -/* font-weight: normal; */ -/* font-size: 100%; */ -/* } */ - -/* a { */ -/* color: #666; */ -/* } */ - -/* .actions { */ -/* margin-bottom: 20px; */ -/* } */ - -/* p { */ -/* font-size: 12px; */ -/* } */ - -/* fieldset */ -/* { */ -/* border-color: white; */ - -/* p{ */ -/* margin-top: 5px; */ -/* label{ font-size: 12px;} */ -/* span{ */ -/* font-style: oblique; */ -/* font-size:12px; */ -/* } */ -/* } */ -/* } */ - -/* ol { */ -/* padding: 0px; */ - -/* li { */ -/* list-style: none; */ -/* } */ -/* } */ - -/* ul { */ -/* padding: 0px; */ - -/* li { */ -/* list-style: none; */ -/* } */ -/* } */ - -/* ul.selection li { */ -/* a { */ -/* padding-left: 20px; */ -/* } */ -/* a.current { */ -/* text-decoration: none; */ -/* color: black !important; */ -/* background: url(image-path('icons/accept.png')) no-repeat; */ -/* } */ -/* a.all { */ -/* background-image: none; */ -/* } */ -/* } */ - -/* div#compact_form { */ -/* form { */ -/* border-bottom: 1px solid #BBB; */ -/* fieldset { */ -/* padding: 0; */ -/* border: 0; */ -/* li { */ -/* padding: 0; */ -/* label { padding-left: 20px; */ -/* width: 70%;} */ -/* input { width: 20px; } */ -/* } */ -/* } */ -/* fieldset.actions { */ -/* margin-bottom: 0; */ -/* padding-left: 20px; */ -/* } */ -/* fieldset.inputs { */ -/* padding-top: 16px; */ -/* } */ -/* } */ -/* } */ -/* } */ - .info { font-size: 10px; color: #777; |
