Se mejora la visualización de la página de login
This commit is contained in:
parent
a308e26098
commit
5b74098bf6
3 changed files with 18 additions and 19 deletions
BIN
public/themes/circlepro/images/bg_login.jpg
Normal file
BIN
public/themes/circlepro/images/bg_login.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue