pandorafms/pandora_console/include/styles/register.css

85 lines
1.8 KiB
CSS
Raw Normal View History

input[type="submit"].submit-cancel,
2019-06-03 11:55:56 +02:00
button.submit-cancel.ui-button.ui-corner-all.ui-widget,
button.submit-cancel {
color: #fb4444;
border: 1px solid #fb4444;
background: #fff;
padding: 5px;
font-size: 1.3em;
margin: 0.5em 1em 0.5em 0;
cursor: pointer;
text-align: center;
height: 30px;
2019-11-07 10:42:46 +01:00
width: auto;
min-width: 90px;
}
input[type="submit"].submit-cancel:hover,
2019-06-03 11:55:56 +02:00
button.submit-cancel.ui-button.ui-corner-all.ui-widget:hover,
button.submit-cancel:hover {
color: #fff;
background: #fb4444;
}
input[type="submit"].submit-next,
2019-06-03 11:55:56 +02:00
button.submit-next.ui-button.ui-corner-all.ui-widget,
input[type="button"].submit-next {
color: #82b92e;
border: 1px solid #82b92e;
background: #fff;
padding: 5px;
font-size: 1.3em;
margin: 0.5em 1em 0.5em 0;
cursor: pointer;
text-align: center;
height: 30px;
2019-11-07 10:42:46 +01:00
width: auto;
min-width: 90px;
}
input[type="submit"].submit-next:hover,
2019-06-03 11:55:56 +02:00
button.submit-next.ui-button.ui-corner-all.ui-widget:hover,
input[type="button"].submit-next:hover {
color: #fff;
background: #82b92e;
}
input[type="submit"].submit-warning,
button.submit-warning.ui-button.ui-corner-all.ui-widget,
input[type="button"].submit-warning {
color: #c9d511;
border: 1px solid #c9d511;
background: #fff;
padding: 5px;
font-size: 1.3em;
margin: 0.5em 1em 0.5em 0;
cursor: pointer;
text-align: center;
height: 30px;
width: auto;
min-width: 90px;
}
input[type="submit"].submit-warning:hover,
button.submit-warning.ui-button.ui-corner-all.ui-widget:hover,
input[type="button"].submit-warning:hover {
color: #fff;
background: #c9d511;
}
div.submit_buttons_container {
position: relative;
margin: 10px auto 0px;
bottom: 0px;
width: 90%;
clear: both;
height: 4em;
}
.license_text {
width: 95%;
overflow-y: auto;
text-align: justify;
margin: 1em auto;
}