diff --git a/public/themes/circlepro/images/bg_login.jpg b/public/themes/circlepro/images/bg_login.jpg new file mode 100644 index 0000000..3718064 Binary files /dev/null and b/public/themes/circlepro/images/bg_login.jpg differ diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 47d5645..79ad9dd 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -610,14 +610,24 @@ div.flash.warning, .conflict { /* 11. LOGIN FORM */ /**********************************************************/ +body.action-login #main.nosidebar #content { + background: #ebeae9 url(../images/bg_login.jpg) repeat-x top center; +} +#login-form { + border: 0; + border-radius: 0; + background-color: rgba(252, 255, 255, 0.45); + margin-top: 3em; +} #login-form table { border: 0px; padding: 30px; } #login-form input[type=text], #login-form input[type=password] { - padding: 1px 10px; - height: 24px; + height: 39px; + padding: 6px 12px; + font-size: 18px; } #login-form input#login-submit { padding: 0px; @@ -909,11 +919,6 @@ input[type="submit"].button-small { border: 1px solid #e0e2e3; font-size: 14px; background: #fafafa; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -webkit-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,opacity 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,opacity 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out,opacity 0.2s ease-in-out; @@ -992,13 +997,10 @@ fieldset#filters td.values input { padding: 1px 10px; background-color: #fff; color: #3d454c; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; + border-radius: 0 !important; height: 22px; border: 1px solid #e0e2e3; + box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); margin: 0px; } @@ -1032,15 +1034,12 @@ select { color: #3d454c; cursor: pointer; border: 1px solid #e0e2e3; + box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); background: url(../images/select.png) no-repeat right #fff; background-size: 18px 16px; text-indent: 0.01px; text-overflow: ""; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - -ms-border-radius: 3px; - -o-border-radius: 3px; - border-radius: 3px; + border-radius: 0 !important; height: 26px; } @@ -1173,7 +1172,7 @@ input#content_comments { table.list thead th, table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; } table.list td, -table.list th { padding: 5px; } +table.list th { padding: 5px; vertical-align: top; } table.list input[type="checkbox"] { margin-top: 6px; } table.list tbody tr:hover { background-color: #dfeff7; } diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 64dc999..dc77f23 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -89,7 +89,7 @@ body.wiki, .wiki p, .wiki li { .wiki table { border: 1px solid #bbb; border-collapse: collapse; -} +} .wiki table td, .wiki table th { padding: 4px; font-size: 16px;