mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-02-26 12:51:25 +01:00
1796 lines
32 KiB
CSS
1796 lines
32 KiB
CSS
* {
|
|
font-family: Verdana, Tahoma, sans-serif;
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: left;
|
|
background-color: #f5f5f5;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
table {
|
|
font-size: 11px;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
#tblTools, #tblAccion {
|
|
border: none;
|
|
border: 1px solid #d9d9d9;
|
|
background-color: #f9f9f9;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
table th {
|
|
border-bottom: 2px solid transparent;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
table th .icon {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
table tr.odd {
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
table tr.even > td, table tr.odd > td {
|
|
border-bottom: 1px solid #d9d9d9 !important;
|
|
}
|
|
|
|
table tr.even:hover {
|
|
background-color: #E8FF99;
|
|
}
|
|
|
|
table tr.odd:hover {
|
|
background-color: #E8FF99;
|
|
}
|
|
|
|
table tr {
|
|
height: 20px;
|
|
}
|
|
|
|
table td {
|
|
padding: 3px;
|
|
}
|
|
|
|
table td.txtCliente {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
form {
|
|
font-size: 11px;
|
|
border: 0px solid #5dd;
|
|
margin: 0;
|
|
}
|
|
|
|
input, select, textarea {
|
|
background-color: #fffef0;
|
|
color: black;
|
|
font-size: 11px;
|
|
border: 1px solid #dfdfdf;
|
|
border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.075) inset;
|
|
padding: 5px;
|
|
}
|
|
|
|
input:hover, select:hover, textarea:hover {
|
|
background-color: #fffccd;
|
|
}
|
|
|
|
input:active, select:hover, textarea:active {
|
|
background-color: #fffde1;
|
|
color: #045FB4;
|
|
border: 1px solid #5897fb;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(88, 151, 251, 0.5);
|
|
}
|
|
|
|
input:focus, select:hover, textarea:focus {
|
|
background-color: #fffccd;
|
|
color: #045FB4;
|
|
border: 1px solid #5897fb;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(88, 151, 251, 0.5);
|
|
}
|
|
|
|
input {
|
|
width: 200px;
|
|
}
|
|
|
|
input.inputImg, img.inputImg {
|
|
background-color: transparent !important;
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
border: none;
|
|
vertical-align: middle;
|
|
margin: 0 0.5em;
|
|
}
|
|
|
|
input.txtFile {
|
|
width: 200px;
|
|
}
|
|
|
|
input.txtLong {
|
|
width: 300px;
|
|
}
|
|
|
|
textarea {
|
|
width: 350px;
|
|
resize: none;
|
|
}
|
|
|
|
select.files {
|
|
width: 250px;
|
|
}
|
|
|
|
input#rpp {
|
|
width: 40px;
|
|
}
|
|
|
|
img {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
img.inputImgMini {
|
|
background-color: transparent !important;
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
margin: 0 5px 0 5px;
|
|
border: none;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.altTable {
|
|
border: 0px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.altTable .section {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.altTxtError {
|
|
color: #CC0000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.altTxtOk {
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.altTxtWarn {
|
|
color: orange;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.altTxtGreen {
|
|
color: green;
|
|
}
|
|
|
|
.altTxtRed {
|
|
color: darkred;
|
|
}
|
|
|
|
.altTxtBlue {
|
|
color: #333399;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #339;
|
|
}
|
|
|
|
a:visited {
|
|
text-decoration: none;
|
|
color: #339;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: orangered;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a:active {
|
|
text-decoration: none;
|
|
color: #BB0000;
|
|
}
|
|
|
|
a:focus {
|
|
text-decoration: none;
|
|
color: #FF0000;
|
|
}
|
|
|
|
#nojs {
|
|
width: 80%;
|
|
margin: auto;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
padding: 3px;
|
|
background-color: red;
|
|
color: white;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#wrap {
|
|
height: auto !important; /* ie6 ignores !important, so this will be overridden below */
|
|
min-height: 100%; /* ie6 ignores min-height completely */
|
|
min-width: 1024px;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#container {
|
|
margin: auto;
|
|
width: 80%;
|
|
}
|
|
|
|
#container.main {
|
|
width: 100%;
|
|
height: auto;
|
|
min-height: 650px;
|
|
background: url("../imgs/logo_full.svg") no-repeat left top transparent;
|
|
background-size: 300px;
|
|
}
|
|
|
|
#container.error, #container.install, #container.passreset {
|
|
width: 100%;
|
|
}
|
|
|
|
#container #header {
|
|
width: 100%;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#container #session {
|
|
width: 35%;
|
|
margin: 0px auto;
|
|
height: 25px;
|
|
background: url("../imgs/bg_session.png") repeat-x scroll left top #e9e9e9;
|
|
color: #999;
|
|
font-size: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
#container #session img {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#container #session .imgLang {
|
|
width: 28px;
|
|
height: auto;
|
|
filter: alpha(opacity=40);
|
|
-moz-opacity: 0.4;
|
|
opacity: 0.4;
|
|
}
|
|
|
|
#container #actionsBar {
|
|
float: left;
|
|
position: relative;
|
|
top: 110px;
|
|
left: 40px;
|
|
margin-right: 90px;
|
|
text-align: center;
|
|
}
|
|
|
|
#container #actionsBar ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#container #actionsBar li {
|
|
padding: 5px 10px;
|
|
width: 100%;
|
|
height: 50px;
|
|
background: url("../imgs/bg_button.png") repeat-x scroll left top #f9f9f9;
|
|
margin-bottom: 10px;
|
|
border: 1px solid #f5f5f5;
|
|
border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
-moz-border-radius: 15px;
|
|
box-shadow: 5px 8px 6px -6px #a9a9a9;
|
|
-webkit-box-shadow: 5px 8px 6px -6px #a9a9a9;
|
|
-moz-box-shadow: 5px 8px 6px -6px #a9a9a9;
|
|
}
|
|
|
|
#container #actionsBar li:hover {
|
|
border: 1px solid #5897fb;
|
|
box-shadow: 0 0 5px rgba(88, 151, 251, 0.5);
|
|
}
|
|
|
|
#container #actionsBar li img {
|
|
width: 32px;
|
|
height: 32px;
|
|
position: relative;
|
|
top: 10px;
|
|
}
|
|
|
|
#container #content {
|
|
float: left;
|
|
width: 85%;
|
|
min-height: 500px;
|
|
margin: 50px auto;
|
|
margin-bottom: 80px;
|
|
}
|
|
|
|
#content td.descField, #fancyContainer td.descField {
|
|
text-align: right;
|
|
padding-right: 20px;
|
|
width: 25%;
|
|
font-weight: bold;
|
|
border-right: 1px solid #d9d9d9;
|
|
color: #555;
|
|
}
|
|
|
|
#content td.valField, #fancyContainer td.valField {
|
|
padding-left: 20px;
|
|
width: 100%;
|
|
}
|
|
|
|
#content #tblTools {
|
|
min-width: 875px;
|
|
height: 5em;
|
|
padding: 5px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
#content #resBuscar {
|
|
min-width: 875px;
|
|
min-height: 450px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
#content #resBuscar img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content #pageNav {
|
|
float: left;
|
|
clear: both;
|
|
width: 98%;
|
|
margin-top: 15px;
|
|
height: 1.5em;
|
|
padding: 5px 10px 5px 10px;
|
|
vertical-align: middle;
|
|
font-size: 11px;
|
|
color: #999;
|
|
border: 1px solid #d9d9d9;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#content #pageNav img {
|
|
margin-left: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content #pageNav a {
|
|
margin-left: 5px;
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
|
|
#content #pageNav .current {
|
|
margin-left: 5px;
|
|
color: darkorange;
|
|
}
|
|
|
|
#content #pageNav > div {
|
|
float: left;
|
|
width: 50%;
|
|
height: 1.5em;
|
|
line-height: 1.5em
|
|
}
|
|
|
|
#content #pageNav #pageNavLeft {
|
|
text-align: left;
|
|
}
|
|
|
|
#content #pageNav #pageNavRight {
|
|
text-align: right;
|
|
}
|
|
|
|
#content #title {
|
|
width: 50%;
|
|
padding: 7px;
|
|
margin: auto;
|
|
background-color: #d9d9d9;
|
|
color: #fff;
|
|
font-size: 17px;
|
|
letter-spacing: 0.3em;
|
|
text-align: center;
|
|
}
|
|
|
|
#content #title.titleGreen {
|
|
background: url("../imgs/bg_tab_new.png") repeat-x scroll left top #a9c1d7;
|
|
}
|
|
|
|
#content #title.titleOrange {
|
|
background: url("../imgs/bg_tab_edit.png") repeat-x scroll left top #a9c1d7;
|
|
}
|
|
|
|
#content #title.titleRed {
|
|
background: url("../imgs/bg_tab_edit.png") repeat-x scroll left top #a9c1d7;
|
|
}
|
|
|
|
#content #title.titleNormal {
|
|
color: #999;
|
|
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
|
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
|
|
background: -moz-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(217, 217, 217, 1)), color-stop(100%, rgba(217, 217, 217, 0))); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#00d9d9d9', GradientType=0); /* IE6-8 */
|
|
}
|
|
|
|
#content .data {
|
|
width: 90%;
|
|
padding: 10px;
|
|
border: 1px solid #c9c9c9;
|
|
margin: auto;
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
#content .data td {
|
|
text-align: left;
|
|
}
|
|
|
|
#content .data td.descField {
|
|
text-align: right;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #999
|
|
}
|
|
|
|
#content .data select {
|
|
min-width: 210px;
|
|
}
|
|
|
|
#content .data #files-wrap {
|
|
max-height: 100px;
|
|
width: 400px;
|
|
overflow-y: auto;
|
|
border: 1px solid #DFDFDF;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#content .data #files-list {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#content .data #files-list li {
|
|
background: #f2f2f2;
|
|
padding: 1em;
|
|
font-size: 1em;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#content .data #files-list li:hover {
|
|
background: #fffccd;
|
|
color: #000;
|
|
}
|
|
|
|
#content .data #files-list li img {
|
|
float: right;
|
|
position: relative;
|
|
top: -5px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content .data #dropzone {
|
|
width: 350px;
|
|
padding: 5px;
|
|
height: 50px;
|
|
margin-top: 10px;
|
|
border: 2px dashed #d9d9d9;
|
|
text-align: center;
|
|
}
|
|
|
|
#content .data #dropzone img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content .data #fileUpload {
|
|
display: none;
|
|
}
|
|
|
|
#content .data .account-permissions {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#content .data .account-permissions fieldset {
|
|
border: 1px solid #c9c9c9;
|
|
padding: 1em;
|
|
}
|
|
|
|
#content .data .account-permissions legend {
|
|
font-weight: bold;
|
|
color: #999;
|
|
padding: 0.2em 0;
|
|
}
|
|
|
|
#content .data .account-permissions fieldset > span {
|
|
font-weight: bold;
|
|
color: #999;
|
|
padding: 0.2em 0;
|
|
display: inline-block;
|
|
width: 100px;
|
|
text-align: right;
|
|
}
|
|
|
|
#content .extra-info {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#content .tblIcon {
|
|
background: url("../imgs/clock.png") no-repeat 98% 5% #f9f9f9;
|
|
}
|
|
|
|
#content #tabs fieldset {
|
|
border: 1px solid #c9c9c9;
|
|
}
|
|
|
|
#content #tabs #frmConfig label {
|
|
float: left;
|
|
}
|
|
|
|
#content .tblConfig {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
#content .tblConfig td.descField {
|
|
width: 35%;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#content .tblConfig td.rowHeader {
|
|
padding: 5px 0 5px 0;
|
|
background-color: #f5f5f5;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border-top: 15px solid #f9f9f9;
|
|
border-bottom: 3px solid #a9c1d7;
|
|
letter-spacing: 0.5em;
|
|
color: #696969;
|
|
}
|
|
|
|
#content .tblConfig input.checkbox {
|
|
width: 15px;
|
|
text-align: left;
|
|
padding: 0;
|
|
}
|
|
|
|
#content .tblConfig .option-disabled {
|
|
text-align: center;
|
|
background-color: #FFF2D9;
|
|
color: orange;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#content #tblAccion {
|
|
width: 100%;
|
|
}
|
|
|
|
#content h2 {
|
|
width: 100%;
|
|
height: 1.5em;
|
|
font-size: 18px;
|
|
color: white;
|
|
background-color: #a9c1d7;
|
|
margin: 0;
|
|
padding-top: 0.1em;
|
|
}
|
|
|
|
#content .section {
|
|
margin-top: 2.5em;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #045FB4;
|
|
}
|
|
|
|
#content .row_even > td {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#content .row_odd > td {
|
|
background-color: white;
|
|
}
|
|
|
|
#content .data-header ul {
|
|
display: table;
|
|
list-style: none;
|
|
width: 100%;
|
|
margin: 0 0 10px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#content .data-header li {
|
|
float: left;
|
|
display: block;
|
|
padding: 0.5em;
|
|
font-weight: bold;
|
|
letter-spacing: 0.2em;
|
|
color: #696969;
|
|
}
|
|
|
|
#content .data-header li a {
|
|
color: #777;
|
|
}
|
|
|
|
#content .data-header li img {
|
|
float: right;
|
|
width: 24px;
|
|
height: 24px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content .data-header-minimal {
|
|
border-bottom: 1px solid #dfdfdf;
|
|
}
|
|
|
|
#content .data-header-minimal ul {
|
|
margin: 0;
|
|
}
|
|
|
|
#content .data-header-minimal li {
|
|
font-weight: normal;
|
|
letter-spacing: normal;
|
|
}
|
|
|
|
#content .data-header-minimal li a {
|
|
color: #b9b9b9;
|
|
padding: 0.3em 0.8em;
|
|
}
|
|
|
|
#content .data-rows ul {
|
|
display: table;
|
|
list-style: none;
|
|
width: 100%;
|
|
margin: 0 0 10px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#content .data-rows li {
|
|
float: left;
|
|
display: block;
|
|
padding: 1.5em 0.5em;
|
|
color: #696969;
|
|
text-align: center;
|
|
background-color: #fcfcfc;
|
|
height: 1em;
|
|
}
|
|
|
|
#content .data-rows li.cell-nodata {
|
|
padding: 1em 0;
|
|
height: 2em;
|
|
text-align: left;
|
|
}
|
|
|
|
#content .data-rows li.cell-actions {
|
|
float: right;
|
|
height: 2em;
|
|
padding: 1em 0;
|
|
text-align: center;
|
|
background-color: #fcfcfc;
|
|
}
|
|
|
|
#content .data-rows li.cell-actions:hover {
|
|
background-color: #FFFEF0 !important;
|
|
}
|
|
|
|
#content .data-rows li.cell-nodata img,
|
|
#content .data-rows li.cell-actions img,
|
|
#content #data-search .account-info img,
|
|
#content #data-search .account-actions img {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin: 0 0.5em;
|
|
}
|
|
|
|
#content #data-search {
|
|
text-align: center;
|
|
}
|
|
|
|
#content #data-search .account-label {
|
|
width: 310px;
|
|
height: 195px;
|
|
text-align: left;
|
|
margin: 1em;
|
|
padding: 0.5em;
|
|
color: #696969;
|
|
background-color: #fcfcfc;
|
|
display: inline-block;
|
|
}
|
|
|
|
#content #data-search .account-label .label-field {
|
|
width: 100%;
|
|
height: 2em;
|
|
}
|
|
|
|
#content #data-search .account-label .field-name {
|
|
float: left;
|
|
width: 80px;
|
|
padding: 0.4em 0.2em;
|
|
color: #b9b9b9;
|
|
}
|
|
|
|
#content #data-search .account-label .field-text {
|
|
float: left;
|
|
width: 215px;
|
|
padding: 0.4em 0.2em;
|
|
}
|
|
|
|
#content #data-search .account-label .header .field-name {
|
|
color: white;
|
|
font-weight: bold
|
|
}
|
|
|
|
#content #data-search .account-label .field-customer .field-name {
|
|
display: none
|
|
}
|
|
|
|
#content #data-search .account-label .field-customer .field-text {
|
|
width: 304px;
|
|
}
|
|
|
|
#content #data-search .account-label .field-url {
|
|
height: 2.5em;
|
|
}
|
|
|
|
#content #data-search .account-label .field-text a {
|
|
color: #4895FA
|
|
}
|
|
|
|
#content #data-search .account-label .no-link,
|
|
#content #data-search .account-label .no-link a {
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#content #data-search .account-info {
|
|
width: 100%;
|
|
height: 2em;
|
|
padding: .5em 0;
|
|
text-align: left;
|
|
/*border-top: 1px solid #d9d9d9;*/
|
|
}
|
|
|
|
#content #data-search .account-actions {
|
|
width: 100%;
|
|
height: 2.5em;
|
|
padding-top: 5px;
|
|
text-align: right;
|
|
background-color: #f5f5f5;
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.075) inset;
|
|
}
|
|
|
|
#content .actions-optional {
|
|
display: none;
|
|
}
|
|
|
|
#content #data-search .account-spacer {
|
|
width: 100%;
|
|
height: 7.5em;
|
|
}
|
|
|
|
#content .rowSpace > .cellBorder {
|
|
height: 10px;
|
|
border-top: 1px solid #d9d9d9;
|
|
}
|
|
|
|
#content .rowSpace > .cellBlank {
|
|
height: 10px;
|
|
}
|
|
|
|
#content #resEventLog .data {
|
|
width: 100%;
|
|
}
|
|
|
|
#content #resEventLog thead {
|
|
text-align: center
|
|
}
|
|
|
|
#content #resEventLog tbody {
|
|
width: 100%;
|
|
height: 500px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#content #resEventLog td {
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
|
|
#content #resEventLog .cell {
|
|
text-align: center;
|
|
}
|
|
|
|
#content #resEventLog .cell-description {
|
|
width: 60%;
|
|
}
|
|
|
|
#content #tblTools div.chosen-container {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#content #tblTools #txtSearch,
|
|
#content #tblTools select {
|
|
min-width: 180px;
|
|
}
|
|
|
|
#content #tblTools label {
|
|
margin-left: 15px;
|
|
color: #999;
|
|
}
|
|
|
|
#content #tblTools #toolsLeft {
|
|
text-align: left;
|
|
width: 80%;
|
|
}
|
|
|
|
#content #tblTools #toolsRight {
|
|
text-align: right;
|
|
width: 5%;
|
|
}
|
|
|
|
#content #tblTools #toolsRight input {
|
|
margin-left: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
#content #tblTools .custom-combobox {
|
|
margin-left: 25px;
|
|
}
|
|
|
|
#content #tblTools #btnClear {
|
|
opacity: 0.35;
|
|
filter: alpha(opacity=35);
|
|
}
|
|
|
|
#content #tblTools #btnClear:hover {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|
|
#content #tblTools #order {
|
|
margin-top: 0.5em;
|
|
padding: 0.3em;
|
|
color: #696969;
|
|
}
|
|
|
|
#content #tabs > div {
|
|
min-height: 475px;
|
|
}
|
|
|
|
#content #tabs.ui-widget-content {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#content #tabs .ui-widget-header {
|
|
background: none;
|
|
border: none;
|
|
border-bottom: 1px solid #c9c9c9;
|
|
}
|
|
|
|
#content #tabs.ui-widget-content {
|
|
background: none !important;
|
|
}
|
|
|
|
#content #tabs .tabs-spacer {
|
|
float: left;
|
|
height: 200px;
|
|
}
|
|
|
|
#content .tabs-bottom .ui-tabs-nav {
|
|
clear: left;
|
|
padding: 0 .2em .2em .2em;
|
|
}
|
|
|
|
#content .tabs-bottom .ui-tabs-nav li {
|
|
top: auto;
|
|
bottom: 0;
|
|
margin: 0 .2em 1px 0;
|
|
border-bottom: auto;
|
|
border-top: 0;
|
|
}
|
|
|
|
#content .tabs-bottom .ui-tabs-nav li.ui-tabs-active {
|
|
margin-top: -1px;
|
|
padding-top: 1px;
|
|
}
|
|
|
|
#datos {
|
|
float: left;
|
|
width: 400px;
|
|
text-align: left;
|
|
margin-top: 10px;
|
|
color: #b9b9b9;
|
|
}
|
|
|
|
#datos a {
|
|
color: orange;
|
|
font-weight: bold;
|
|
border: none;
|
|
padding: 3px;
|
|
margin: 5px 0 5px 0;
|
|
display: block;
|
|
width: 40px;
|
|
text-align: center;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#datos img {
|
|
border: none;
|
|
}
|
|
|
|
#resAccion, #resFancyAccion {
|
|
height: 20px;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#resAccion span {
|
|
padding: 5px;
|
|
border: #A9A9A9 1px solid;
|
|
}
|
|
|
|
#fancyView {
|
|
min-width: 250px;
|
|
text-align: center;
|
|
padding: 15px;
|
|
line-height: 20px;
|
|
border: #d9d9d9 1px solid;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#fancyView.msgError {
|
|
margin: 5px;
|
|
background-color: #fee8e6;
|
|
color: #CC0000;
|
|
font-weight: bold;
|
|
border: #fed2ce 1px solid;
|
|
}
|
|
|
|
#fancyView.msgOk {
|
|
margin: 5px;
|
|
background-color: #ecfde4;
|
|
color: green;
|
|
font-weight: bold;
|
|
border: #dbfdcb 1px solid;
|
|
}
|
|
|
|
#fancyView.msgWarn {
|
|
margin: 5px;
|
|
background-color: #FFF2D9;
|
|
color: orange;
|
|
font-weight: bold;
|
|
border: #ffe5b3 1px solid;
|
|
}
|
|
|
|
#fancyView.msgInfo {
|
|
margin: 5px;
|
|
background-color: #e9e9e9;
|
|
color: orange;
|
|
font-weight: bold;
|
|
border: #ffe5b3 1px solid;
|
|
}
|
|
|
|
#fancyView.backGrey {
|
|
background-color: #f2f2f2 !important;
|
|
}
|
|
|
|
#fancyView PRE {
|
|
text-align: left;
|
|
}
|
|
|
|
#fancyView table {
|
|
border: none;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
|
|
#fancyView td {
|
|
border-bottom: #d9d9d9 1px solid;
|
|
}
|
|
|
|
#fancyMsg {
|
|
min-width: 250px;
|
|
height: 150px;
|
|
background-color: #f5f5f5;
|
|
font-family: Verdana, Arial;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
font-weight: bold;
|
|
border: none;
|
|
line-height: 20px;
|
|
padding: 0 15px;
|
|
border-radius: 25px;
|
|
-moz-border-radius: 25px;
|
|
-webkit-border-radius: 25px;
|
|
}
|
|
|
|
#fancyMsg table {
|
|
border: none;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
|
|
#fancyMsg td {
|
|
border-bottom: #d9d9d9 1px solid;
|
|
}
|
|
|
|
#fancyMsg.msgError {
|
|
background: url('../imgs/bg_msg_error.png') white repeat-x;
|
|
color: #CC0000;
|
|
}
|
|
|
|
#fancyMsg.msgOk {
|
|
background: url('../imgs/bg_msg_ok.png') white repeat-x;
|
|
color: green;
|
|
}
|
|
|
|
#fancyMsg.msgWarn {
|
|
background: url('../imgs/bg_msg_warn.png') white repeat-x;
|
|
color: orange;
|
|
}
|
|
|
|
#fancyMsg.msgInfo {
|
|
background: url('../imgs/bg_msg_info.png') white repeat-x;
|
|
color: #555;
|
|
}
|
|
|
|
#fancyView a, #fancyMsg a {
|
|
color: #555;
|
|
}
|
|
|
|
#fancyContainer {
|
|
padding: 0 15px 15px 15px;
|
|
}
|
|
|
|
#fancyContainer h2 {
|
|
width: 80%;
|
|
height: 1.5em;
|
|
font-size: 18px;
|
|
color: white;
|
|
background: url("../imgs/bg_h2.png") repeat-x scroll left top #a9c1d7;
|
|
margin: 0;
|
|
margin-bottom: 20px;
|
|
padding-top: 0.3em;
|
|
}
|
|
|
|
#fancyContainer select {
|
|
width: 220px;
|
|
}
|
|
|
|
#fancyContainer.help {
|
|
min-height: 100px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#fancyContainer.help P {
|
|
font-size: 14px;
|
|
text-align: justify;
|
|
line-height: 2em;
|
|
}
|
|
|
|
#fancyContainer #resFancyAccion {
|
|
display: none
|
|
}
|
|
|
|
#fancyContainer #resCheck {
|
|
float: left;
|
|
width: 80%;
|
|
height: 4em;
|
|
padding: 1em 0;
|
|
}
|
|
|
|
#debug {
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
#debuginfo {
|
|
width: 100%;
|
|
min-height: 10em;
|
|
padding: 1em;
|
|
background-color: lightgoldenrodyellow;
|
|
text-align: left;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
#debuginfo H3 {
|
|
text-align: center;
|
|
}
|
|
|
|
.fancyNone {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.fancydata {
|
|
min-width: 400px;
|
|
border: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.fancydata .descField {
|
|
min-width: 100px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 100;
|
|
float: left;
|
|
width: 100%;
|
|
height: 1.5em;
|
|
margin: 0 auto;
|
|
padding: .5em 0;
|
|
background-color: #F5F5F5;
|
|
color: #b9b9b9;
|
|
font-size: 13px;
|
|
box-shadow: 0px -8px 6px -6px #c9c9c9;
|
|
-webkit-box-shadow: 0px -8px 6px -6px #c9c9c9;
|
|
-moz-box-shadow: 0px -8px 6px -6px #c9c9c9;
|
|
}
|
|
|
|
footer #project {
|
|
float: right;
|
|
width: 40%;
|
|
text-align: right;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
footer #updates {
|
|
float: left;
|
|
width: 20%;
|
|
text-align: left;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
footer #status {
|
|
float: left;
|
|
width: 20%;
|
|
text-align: left;
|
|
color: #ffbbb4;
|
|
}
|
|
|
|
footer a, footer a:visited {
|
|
color: #b9b9b9;
|
|
}
|
|
|
|
footer #project a:hover {
|
|
color: #a9c1d7;
|
|
border-bottom: 1px solid #a9c1d7;
|
|
}
|
|
|
|
footer #updates a:hover {
|
|
color: #a9c1d7;
|
|
}
|
|
|
|
footer img {
|
|
border: none;
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* GENERIC CLASSES */
|
|
.round {
|
|
border-radius: 10px !important;
|
|
-moz-border-radius: 10px !important;
|
|
-webkit-border-radius: 10px !important;
|
|
}
|
|
|
|
.round5 {
|
|
border-radius: 5px !important;
|
|
-moz-border-radius: 5px !important;
|
|
-webkit-border-radius: 5px !important;
|
|
}
|
|
|
|
.midround {
|
|
border-radius: 0 0 15px 15px !important;
|
|
-moz-border-radius: 0 0 15px 15px !important;
|
|
-webkit-border-radius: 0 0 15px 15px !important;
|
|
}
|
|
|
|
.midroundup {
|
|
border-radius: 15px 15px 0 0 !important;
|
|
-moz-border-radius: 15px 15px 0 0 !important;
|
|
-webkit-border-radius: 15px 15px 0 0 !important;
|
|
}
|
|
|
|
.fullround {
|
|
border-radius: 50% !important;
|
|
-moz-border-radius: 50% !important;
|
|
-webkit-border-radius: 50% !important;
|
|
}
|
|
|
|
.iconMini {
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#content .error {
|
|
width: 350px;
|
|
margin: 15px;
|
|
padding: 15px;
|
|
background-color: #f9f9f9;
|
|
color: orange;
|
|
border: orange 1px solid;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.btn-checks {
|
|
border: 1px solid #d9d9d9;
|
|
padding: 5px;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.btn-checks .ui-button {
|
|
width: 150px;
|
|
margin: 5px !important;
|
|
}
|
|
|
|
.shadow {
|
|
box-shadow: 3px 3px 6px -3px #d9d9d9;
|
|
-webkit-box-shadow: 3px 3px 6px -3px #a9a9a9;
|
|
-moz-box-shadow: 3px 3px 6px -3px #a9a9a9;
|
|
}
|
|
|
|
.noRes {
|
|
width: 60%;
|
|
margin: 15px;
|
|
padding: 15px;
|
|
background-color: #f9f9f9;
|
|
color: #a9a9a9;
|
|
border: #c9c9c9 1px solid;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.header-blue {
|
|
background-color: #E6F2FF;
|
|
}
|
|
|
|
.header-grey {
|
|
background: url("../imgs/bg_table_header.png") repeat-x scroll left top #f2f2f2;
|
|
height: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.no-background {
|
|
background: none !important;
|
|
}
|
|
|
|
.action {
|
|
max-width: 90%;
|
|
height: 4em;
|
|
margin: 0.7em auto;
|
|
text-align: right;
|
|
}
|
|
|
|
.action-in-box {
|
|
float: right;
|
|
height: 4em;
|
|
margin: 0.7em 0;
|
|
text-align: right;
|
|
}
|
|
|
|
.action ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-right: 2em;
|
|
}
|
|
|
|
.action-in-box ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.action li {
|
|
float: right;
|
|
width: 2em;
|
|
height: 2em;
|
|
margin-left: 3em;
|
|
}
|
|
|
|
.action li img, .action-in-box li img {
|
|
padding: 1em;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 3em;
|
|
background-color: #f9f9f9 !important;
|
|
}
|
|
|
|
.fullWidth {
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
.filterOn {
|
|
padding: 0.3em 1em;
|
|
background-color: #ecfde4;;
|
|
color: green ! important;
|
|
border: #dbfdcb 1px solid ! important;
|
|
}
|
|
|
|
.globalOn {
|
|
padding: 0.3em 1em;
|
|
background-color: #FFF2D9;
|
|
color: orange ! important;
|
|
border: #ffe5b3 1px solid ! important;
|
|
}
|
|
|
|
.opacity50 {
|
|
filter: alpha(opacity=50);
|
|
-moz-opacity: 0.5;
|
|
-khtml-opacity: 0.5;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/* COMBO */
|
|
.custom-combobox {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.custom-combobox input {
|
|
width: 80%;
|
|
}
|
|
|
|
.custom-combobox-toggle {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin-left: -1px;
|
|
padding: 0;
|
|
/* support: IE7 */
|
|
*height: 1.7em;
|
|
*top: 0.1em;
|
|
}
|
|
|
|
.custom-combobox-input {
|
|
margin: 0;
|
|
padding: 0.3em;
|
|
}
|
|
|
|
.ui-tooltip {
|
|
background: #FFFFA3;
|
|
color: #555;
|
|
padding: 10px;
|
|
border-radius: 10px;
|
|
box-shadow: 0 0 7px #a9a9a9;
|
|
}
|
|
|
|
.ui-autocomplete, .ui-menu-item {
|
|
z-index: 8050;
|
|
}
|
|
|
|
/* Fix for fancybox z-index*/
|
|
|
|
.ui-buttonset .ui-state-active {
|
|
background: url("smoothness/images/ui-bg_glass_75_ON_1x400.png") repeat-x scroll 50% 50% #ecfde4;
|
|
border: 1px solid #AAAAAA;
|
|
color: #212121;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.valField .ui-state-active, #tblTools .ui-state-active, #frmInstall .ui-state-active {
|
|
background: url("smoothness/images/ui-bg_glass_75_ON_1x400.png") repeat-x scroll 50% 50% #ecfde4;
|
|
}
|
|
|
|
/*#passLevel { margin-left: 10px; padding: 3px 15px;}*/
|
|
.passLevel {
|
|
width: 20px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.passLevel.strongest, .passLevel.strongest:hover {
|
|
background-color: #ecfde4 !important;
|
|
color: green;
|
|
font-weight: bold;
|
|
border: lightgreen 1px solid;
|
|
}
|
|
|
|
.passLevel.strong, .passLevel.strong:hover {
|
|
background-color: #E6F2FF !important;
|
|
color: #64b4f4;
|
|
font-weight: bold;
|
|
border: #64b4f4 1px solid;
|
|
}
|
|
|
|
.passLevel.good, .passLevel.good:hover {
|
|
background-color: #FFF2D9 !important;
|
|
color: orange;
|
|
font-weight: bold;
|
|
border: #ffe5b3 1px solid;
|
|
}
|
|
|
|
.passLevel.weak, .passLevel.weak:hover {
|
|
background-color: #fee8e6 !important;
|
|
color: #CC0000;
|
|
font-weight: bold;
|
|
border: #fed2ce 1px solid;
|
|
}
|
|
|
|
.passLevel-float {
|
|
}
|
|
|
|
#alert #alert-text {
|
|
margin: 15px auto;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#alert #alert-pass {
|
|
width: 50%;
|
|
padding: 10px;
|
|
margin: 15px auto;
|
|
border: 1px solid #c9c9c9;
|
|
color: #555;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*Login Page*/
|
|
#boxLogin {
|
|
width: 450px;
|
|
height: 150px;
|
|
margin: 75px auto;
|
|
padding: 25px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#boxLogin .error {
|
|
float: left;
|
|
width: 315px;
|
|
margin-top: 15px;
|
|
color: orange;
|
|
border: 1px orange solid;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#boxLogin #boxLogo {
|
|
float: left;
|
|
width: 150px;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
#boxLogin #boxLogo #imgLogo {
|
|
float: left;
|
|
width: 150px;
|
|
height: 150px;
|
|
position: relative;
|
|
z-index: 90;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#boxLogin #boxData {
|
|
float: left;
|
|
width: 280px;
|
|
min-height: 100px;
|
|
padding: 20px 0;
|
|
text-align: left;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#boxLogin #boxData label {
|
|
float: left;
|
|
width: 120px;
|
|
padding: 5px;
|
|
margin: 10px 20px 0 10px;
|
|
color: #045FB4;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#boxLogin #boxData input {
|
|
float: left;
|
|
margin-top: 10px;
|
|
margin-left: 40px;
|
|
border: 1px solid #ddd;
|
|
color: #039;
|
|
width: 150px;
|
|
background-color: #f5f5f5;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#boxLogin #boxData #btnLogin {
|
|
float: right;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-top: 15px;
|
|
border: none;
|
|
padding: 0;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
#boxLogin #boxData input:active,
|
|
#boxLogin #boxData input:focus {
|
|
border: 1px solid #5897fb;
|
|
}
|
|
|
|
#boxLogin #boxActions {
|
|
float: left;
|
|
width: 100%;
|
|
padding: .5em;
|
|
text-align: right;
|
|
}
|
|
|
|
#boxLogin #boxActions a {
|
|
color: #c9c9c9;
|
|
}
|
|
|
|
#boxLogout {
|
|
width: 250px;
|
|
margin: 0 auto;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: orange;
|
|
background: #FFF2D9;
|
|
border: #ffe5b3 1px solid;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#boxUpdated {
|
|
width: 350px;
|
|
margin: 0 auto;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: green;
|
|
background: #ecfde4;
|
|
border: #dbfdcb 1px solid;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
/* Warnings */
|
|
fieldset.warning {
|
|
padding: 8px;
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border: 1px solid #eed3d7;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
fieldset.warning legend {
|
|
color: #b94a48 !important;
|
|
}
|
|
|
|
fieldset.warning a {
|
|
color: #b94a48 !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*Actions and Errors Page*/
|
|
#actions {
|
|
width: 100%;
|
|
margin: auto;
|
|
margin-bottom: 50px;
|
|
line-height: 2em;
|
|
}
|
|
|
|
#actions #logo {
|
|
width: 100%;
|
|
margin-bottom: 30px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #a9a9a9;
|
|
letter-spacing: 3px;
|
|
box-shadow: 0px 8px 6px -6px #a9a9a9;
|
|
-webkit-box-shadow: 0px 8px 6px -6px #a9a9a9;
|
|
-moz-box-shadow: 0px 8px 6px -6px #a9a9a9;
|
|
}
|
|
|
|
#actions #logo img{display: inline-block; width: 400px;}
|
|
|
|
#actions #logo #pageDesc {
|
|
position: relative;
|
|
top: 30px;
|
|
left: -10em;
|
|
text-shadow: 3px 3px #fff;
|
|
}
|
|
|
|
#actions ul.errors {
|
|
max-width: 40%;
|
|
margin: 0 auto;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
}
|
|
|
|
#actions ul.errors > li {
|
|
margin: 1.5em auto;
|
|
border-radius: 5px;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#actions ul.errors > li.err_critical {
|
|
color: #b94a48;
|
|
background: #fed7d7;
|
|
border: 1px solid #f00;
|
|
}
|
|
|
|
#actions ul.errors > li.err_warning {
|
|
color: orange;
|
|
background: #FFF2D9;
|
|
border: #ffe5b3 1px solid;
|
|
}
|
|
|
|
#actions ul.errors > li.err_ok {
|
|
color: green;
|
|
background: #ecfde4;
|
|
border: #dbfdcb 1px solid;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#actions ul.errors > li > p.hint {
|
|
background-image: url('../imgs/info.png');
|
|
background-repeat: no-repeat;
|
|
color: #777777;
|
|
padding-left: 25px;
|
|
background-position: 0 0.3em;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#actions form fieldset legend {
|
|
width: 100%;
|
|
margin-top: 1em;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: #999;
|
|
text-shadow: 0 1px 0 white;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#actions input[type="text"],
|
|
#actions input[type="password"],
|
|
#actions input[type="email"] {
|
|
margin-top: 0.5em;
|
|
border: 1px solid #a9a9a9;
|
|
font-size: 14px;
|
|
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .25) inset;
|
|
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .25) inset;
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .25) inset;
|
|
}
|
|
|
|
#actions form input[type="checkbox"] + label {
|
|
position: relative;
|
|
margin: 0;
|
|
font-size: 1em;
|
|
text-shadow: #fff 0 1px 0;
|
|
}
|
|
|
|
#actions .button {
|
|
display: inline-block;
|
|
width: 150px;
|
|
margin: 15px;
|
|
padding: 5px;
|
|
text-align: center;
|
|
border: 1px solid #d9d9d9;
|
|
background-color: #777;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
box-shadow: 3px 3px 3px -3px #a9a9a9;
|
|
-webkit-box-shadow: 8px 8px 6px -6px #a9a9a9;
|
|
-moz-box-shadow: 8px 8px 6px -6px #a9a9a9;
|
|
}
|
|
|
|
#actions.installer form {
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
}
|
|
|
|
#actions.installer form fieldset{
|
|
border: none;
|
|
}
|
|
|
|
#actions.installer form legend {
|
|
text-align: left;
|
|
border-bottom: 1px solid #DFDFDF;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#actions.installer form fieldset p {
|
|
width: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#actions.installer div.buttons {
|
|
margin-top: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
#whatsNewIcon {
|
|
text-align: center;
|
|
}
|
|
|
|
#whatsNewIcon img {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
#whatsNewIcon h2 {
|
|
display: inline-block;
|
|
color: #555;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#whatsNew {
|
|
margin: 0 auto;
|
|
width: 500px;
|
|
background-color: #fffde1;
|
|
padding: 2em;
|
|
line-height: 1.5em;
|
|
font-size: 16px;
|
|
color: #555;
|
|
border: 1px solid #d9d9d9;
|
|
margin-bottom: 3em;
|
|
display: none;
|
|
}
|
|
|
|
#whatsNew ul {
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
|
|
#whatsNew li {
|
|
padding-left: 37px;
|
|
background: url("../imgs/arrow-list.png") left center no-repeat;
|
|
line-height: 32px;
|
|
list-style: none;
|
|
} |