123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- html, body {
- margin: 0;
- padding:0;
- overflow-y: auto;
- }
- #portal {
- height: 100%;
- }
- #content {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- text-align: center;
- overflow-y: auto;
- no.max-width: 90%;
- min-width: 960px;
- position: relative;
- display: block;
- clear: both;
- }
- div#portal #welcome {
- display: none;
- }
- div#portal #banner {
- background-color: #F6F6F1;
- display: block;
- height: 60px;
- vertical-align: middle;
- width: 100%;
- }
- div#portal #admin-banner {
- width: 100%;
- }
- div#portal #logo {
- background: url("../images/itop-logo.png") no-repeat scroll 0 0 transparent;
- border: 0 none;
- display: inline-block;
- height: 116px;
- line-height: 48px;
- margin-left: 20px;
- margin-right: 20px;
- padding-right: 50px;
- text-align: center;
- vertical-align: middle;
- width: 240px;
- }
- div#menu {
- display: block;
- height: 48px;
- left: 200px;
- line-height: 48px;
- position: absolute;
- right: 0;
- top: 0;
- width: auto;
- overflow: hidden;
- }
- #portal_menu {
- height: 60px;
- }
- #change_pwd {
- background: url("../images/password.png") no-repeat scroll 0 0 transparent;
- display: block;
- float: right;
- }
- #logoff {
- background: url("../images/logoff.png") no-repeat scroll 0 0 transparent;
- display: block;
- float: right;
- }
- #logoff span {
- }
- div.button {
- font-size: 1.1em;
- font-weight: bold;
- text-decoration: none;
- }
- a.button, a.button:visited {
- color: #1C94C4;
- display: inline-block;
- height: 48px;
- line-height: 48px;
- text-decoration: none;
- vertical-align: middle;
- }
- a.button span {
- margin-left: 50px;
- margin-right: 20px;
- vertical-align: middle;
- }
- #close_form_table {
- width: 100%;
- padding: 20px;
- }
- #request_details td {
- text-align:left;
- }
- #request_details td fieldset{
- xxxheight:100%;
- }
- #form_details {
- display: inline-block;
- }
- .wizContainer table {
- display: inline-block;
- text-align: left;
- }
- #user_request_comment {
- width: 30em;
- height: 20em;
- }
- #buttons {
- margin-top: 1em;
- }
- div#buttons #btn_cancel {
- margin-right: 50px;
- }
- div#buttons #btn_back {
- margin-left: 50px;
- margin-right: 5px;
- }
- div#buttons #btn_next {
- margin-left: 5px;
- }
- div#buttons #btn_finish {
- margin-left: 5px;
- }
- table.listContainer {
- clear: both;
- width: 100%;
- }
- h1 {
- font-weight: bold;
- font-weight: bold;
- padding: 5px;
- margin-top: 5px;
- }
- div.DrawerHandle {
- display:none;
- }
- div.HRDrawer {
- background: transparent;
- border: 0;
- height: 0.5em;
- }
- .SearchDrawer {
- background-color: #F9EDBF;
- border: 0;
- -moz-border-radius: 4px 4px 4px 4px;
- }
- .SearchDrawer label {
- background: transparent;
- }
- #open_incidents, #open_requests, #open_changes, #request_details {
- margin-bottom: 1em;
- }
- legend {
- background: url("./images/header_bg.png") repeat-x scroll 0 0 #D4D4D4;
- border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
- border-style: solid;
- border-width: 1px;
- font-size: 1.1em;
- font-weight: bold;
- color: #222222;
- font-weight: bold;
- text-shadow: 1px 1px #FFFFFF;
- padding: 5px;
- -moz-border-radius: 4px 4px 4px 4px;
- margin-top:0;
- }
- table.details > tbody > tr > td {
- padding-bottom: 5px;
- padding-top: 3px;
- padding-right: 5px;
- border: 0;
- }
- .label {
- font-weight: bold;
- }
- .caselog {
- display:block;
- width: 100%;
- }
- .caselog textarea {
- resize: none;
- }
- .edit_item {
- margin-bottom: 1em;
- }
- div.edit_item span div table {
- width: 100%;
- }
- div.edit_item span div table tbody tr td textarea{
- width: 99%;
- }
- div#ticket_shortcuts form {
- display: inline-block;
- }
|