div#printer { font-size: 12px; margin: 1px; } #printer > div.dialog { overflow: scroll; } #container { z-index: -100; width: 100%; height: 90%; overflow: scroll; border: 1px solid #aaa; } #selector { width: 100%; border: 1px none orange; } #title { width: 90%; font-size: 10px; } tr { border: 1px solid #aaa; } tr:nth-child(odd) { background-color:#eee; } tr:nth-child(even) { background-color:#fff; } td, th { border: 1px none #aaa; font-size: 9px; overflow: hidden; } th { font-weight: bold; background-color:#ddd; } td.status-200 { background-color: LightGreen; } td.status-301, td.status-302 { background-color: Yellow; } td.status-401, td.status-403 { background-color: Orange; } td.status-404 { background-color: Tomato; } td.status-500, td.status-503 { background-color: Red; } .valor { text-align: center; } .status-null { color: #ddd; } .label { width: 20%; } .location { width: 30%; } .title { width: 40%; } .loading { height: 50px; padding-left: 50px; background: url(../images/loader.gif) no-repeat 1 1; overflow: visible; } .no-close .ui-dialog-titlebar { display: none } #pointer { height: 1.8em; width: 82%; float: left; box-shadow: 2px 2px 5px #999; } #menu { padding-left: 0; width: 18%; float: left; z-index: 100; box-shadow: 2px 2px 5px #999; text-align:left; } #menu ul { height: 1.8em; z-index: 10; float: none; display: block; position: relative; right: 0; top: 0; padding: 0; margin: 0; } #menu li { height: 1.7em; z-index: 10; display: inline-block; list-style-type: none; position: relative; float: none; width: auto; padding:0; margin: 0; background-color:#fff; border: 1px solid #ddd; } #menu ul li:hover { background-color: #eee } #menu li > ul { display: none; } #menu li:hover > ul { display: block; left: 0; opacity: 1; position: absolute; top: 1.7em; } #menu li > a { z-index: 10; text-decoration: none; display: block; transition: all 0s ease 0s; padding: 0.1em 0.3em 0.1em 0.3em; height: 1.6em; background-color:#fff; } #menu li > a:hover { background-color:#eee; } #menu ul ul li { float: none; display:block; overflow: hidden; height: auto; } #menu ul li ul a { z-index: 10; height: auto; border: none; text-align: left; font-weight: normal; padding-left:1em; } #menu > ul li ul a:hover { border: none; background-repeat: no-repeat; background-position: left 5px; } ul.paginator, ul.publisher { height: 1.8em; z-index: 10; float: none; display: block; position: relative; right: 0; top: 0; padding: 0; margin: 0; } ul.paginator > li, ul.publisher > li { display: inline; } ul.paginator button, ul.publisher button { text-decoration: none; padding: 0.1em 0.3em 0.1em 0.3em; height: 1.6em; background-color:#fff; font-size: 8pt; } ul.paginator button.current { font-weight: bold; }