Přepracovány styly pro celkový vzhled okna, nastavení rolování gridu.
BigDecimalConverter přesunut do báze... Odstraněna stará cesta k původním požadavkům. Nové požadavky připraveny do tabů.
This commit is contained in:
@@ -1,43 +1,69 @@
|
||||
html {
|
||||
/*vertical scrollbar allways visible */
|
||||
overflow: -moz-scrollbars-vertical;
|
||||
overflow-y: scroll;
|
||||
--overflow: -moz-scrollbars-vertical;
|
||||
--overflow-y: scroll;
|
||||
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
#container {
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#screen {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#header {
|
||||
width: auto;
|
||||
height: 60px;
|
||||
border: 1px solid #ccc;
|
||||
|
||||
}
|
||||
|
||||
#navbar {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#maincolumn {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 25px; /* Height of the footer */
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
#header {
|
||||
height: 60px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
/* při úzkém sloupci gridu neodřádkuje slova podle mezer */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#mainMenu {
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#mainData {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
height: 20px; /* Height of the footer */
|
||||
border: 1px solid #ccc;
|
||||
width: 100%;
|
||||
top: 105px;
|
||||
bottom: 25px;
|
||||
|
||||
overflow: auto;
|
||||
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
|
||||
width: 100%;
|
||||
height: 20px; /* height of the footer */
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
padding-top: 5px;
|
||||
|
||||
border: 0px solid #ccc;
|
||||
text-align: center;
|
||||
vertical-align: center;
|
||||
font-size: 10px;
|
||||
color: gray;
|
||||
|
||||
/* při úzkém sloupci gridu neodřádkuje slova podle mezer */
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.form-caption {
|
||||
@@ -51,3 +77,15 @@ html {
|
||||
.form-caption-content {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.form-caption-image {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
html, body { background-color: red; }
|
||||
#screen { background-color: lightgreen; }
|
||||
#mainMenu { background-color: yellow; }
|
||||
#mainData { background-color: cyan; }
|
||||
#footer { background-color: orange; }
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user