/* background-image: url('../images/header.png'); */
background-position: left top;
background-repeat: repeat-x;
- min-width: 800px;
width: 100%;
}
+@media screen and (min-width: 480px) {
+ header.pageHeader {
+ min-width: 800px;
+ }
+}
+
+@media screen and (max-width: 480px) {
+ header.pageHeader {
+ min-width: auto;
+ }
+}
+
/* -- -- -- Top Menu -- -- -- */
top: 0;
right: 0;
left: 0;
- min-width: 800px;
z-index: 500;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
transition: background .2s linear;
}
+@media screen and (min-width: 480px) {
+
+ header.pageHeader nav.topMenu {
+ min-width: 800px;
+ }
+}
+
+@media screen and (max-width: 480px) {
+
+ header.pageHeader nav.topMenu {
+ min-width: auto;
+ }
+}
+
header.pageHeader nav.topMenu:hover {
background-color: rgba(0, 0, 0, .5);
}
}
header.pageHeader div#logo h1 {
- font-size: 150%;
text-shadow: 0 -1px 0 #000;
color: #d8e7f5;
position: relative;
top: 70px;
}
+@media screen and (min-width: 480px) {
+
+ header.pageHeader div#logo h1 {
+ font-size: 150%;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ header.pageHeader div#logo h1 {
+ font-size: 100%;
+ }
+
+}
+
header.pageHeader div#logo a:hover {
text-decoration: none !important;
color: #d8e7f5;
}
nav.mainMenu ul li {
- font-size: 120%;
display: inline-block;
}
+@media screen and (min-width: 480px) {
+
+ nav.mainMenu ul li {
+ font-size: 120%;
+ }
+}
+
+@media screen and (max-width: 480px) {
+
+ nav.mainMenu ul li {
+ font-size: 100%;
+ }
+}
+
nav.mainMenu ul li.activeMenuItem:first-child {
margin: -5px -5px 0 0;
}
text-shadow: 0 -1px 0 #000;
color: #69c;
cursor: pointer;
- padding: 10px 20px;
display: inline-block;
position: relative;
z-index: 1;
transition-timing-function: ease;
}
+@media screen and (min-width: 480px) {
+
+ nav.mainMenu ul li a {
+ padding: 10px 20px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ nav.mainMenu ul li a {
+ padding: 10px 10px;
+ }
+
+}
+
nav.mainMenu ul li a,
nav.mainMenu ul li:hover a {
text-decoration: none;
z-index: 100;
}
-
+
+
+
/* ToDo: Special */
nav.mainMenu ul li.activeMenuItem .badge {
margin: 0 23px;
display: block;
position: relative;
- min-width: 800px;
+}
+
+@media screen and (min-width: 480px) {
+
+ nav.headerNavigation {
+ min-width: 800px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ nav.headerNavigation {
+ min-width: auto;
+ }
+
}
nav.headerNavigation:after {
div.main {
margin: 0 23px;
- min-width: 800px;
+}
+
+@media screen and (min-width: 480px) {
+
+ div.main {
+ min-width: 800px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ div.main {
+ min-width: auto;
+ }
+
}
div.main > div section:only-child {
display: block !important;
width: auto;
- min-height: 100px;
}
+@media screen and (min-width: 480px) {
+
+ div.main > div section:only-child {
+ min-height: 100px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ div.main > div section:only-child {
+ min-height: auto;
+ }
+
+}
+
section.content .content {
border: 1px solid #ccc;
background-color: rgba(0, 0, 0, .01);
nav.sidebarMenu > div h1 {
cursor: pointer;
- font-size: 130%;
font-weight: bold;
color: #369;
background-image: url('../../icon/closed.svg');
background-size: 16px;
background-repeat: no-repeat;
margin-top: 5px;
- padding: 7px 25px 7px 35px;
position: relative;
}
+@media screen and (min-width: 480px) {
+
+ nav.sidebarMenu > div h1 {
+ font-size: 130%;
+ padding: 7px 25px 7px 35px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ nav.sidebarMenu > div h1 {
+ font-size: 100%;
+ padding: 7px 15px 7px 35px;
+ }
+
+}
+
nav.sidebarMenu > div h1.activeMenuItem {
background-image: url('../../icon/opened.svg');
}
-nav.sidebarMenu > div ul li {
- font-size: 110%;
+@media screen and (min-width: 480px) {
+
+ nav.sidebarMenu > div ul li {
+ font-size: 110%;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ nav.sidebarMenu > div ul li {
+ font-size: 100%;
+ }
+
}
nav.sidebarMenu > div ul li a {
padding: 0 23px;
clear: both;
position: relative;
- min-width: 800px;
+}
+
+@media screen and (min-width: 480px) {
+
+ footer.pageFooter {
+ min-width: 800px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ footer.pageFooter {
+ min-width: auto;
+ }
+
}
footer.pageFooter:after {
.mainHeading > img {
float: left;
- width: 48px;
- height: 48px;
}
.mainHeading > hgroup {
min-height: 48px;
}
-.mainHeading > img ~ hgroup {
- padding-left: 60px;
-}
-
.mainHeading > hgroup h1 {
- font-size: 175%;
font-weight: bold;
border-bottom: 1px solid #999;
padding: 1px 0 10px;
}
+@media screen and (min-width: 480px) {
+
+ .mainHeading > img {
+ width: 48px;
+ height: 48px;
+ }
+
+ .mainHeading > img ~ hgroup {
+ padding-left: 60px;
+ }
+
+ .mainHeading > hgroup h1 {
+ font-size: 175%;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .mainHeading > img {
+ width: 24px;
+ height: 24px;
+ }
+
+ .mainHeading > img ~ hgroup {
+ padding-left: 35px;
+ }
+
+ .mainHeading > hgroup h1 {
+ font-size: 110%;
+ }
+
+}
+
.mainHeading > hgroup h1,
.mainHeading > hgroup h1 a {
text-decoration: none;
padding: 10px 0;
}
+@media screen and (min-width: 480px) {
+
+ .subHeading h1 {
+ font-size: 150%;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .subHeading h1 {
+ font-size: 100%;
+ }
+
+}
+
.subHeading h2 {
font-weight: normal;
color: #aaa;
color: #69c;
margin-top: 5px; /* not so nice */
float: left;
- width: 230px;
}
+@media screen and (min-width: 480px) {
+
+ dl > dt {
+ width: 230px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ dl > dt {
+ width: 130px;
+ }
+
+}
+
dl > dt > label {
margin-top: 5px;
display: block;
}
dl > dd {
- margin-left: 250px;
padding-top: 5px;
}
+@media screen and (min-width: 480px) {
+
+ dl > dd {
+ margin-left: 250px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ dl > dd {
+ margin-left: 150px;
+ }
+
+}
+
dl > dd > small {
font-size: 85%;
color: #999;
text-align: left;
margin-top: 2px;
position: absolute;
- left: 270px;
width: auto;
}
-dt.reversed ~ dd > input[type='checkbox'] {
- margin-left: 0;
+@media screen and (min-width: 480px) {
+
+ dt.reversed {
+ left: 270px;
+ }
+
}
-/* Special (experimental)
-
-fieldset dl > dd {
- margin-left: 235px;
- padding-top: 5px;
+@media screen and (max-width: 480px) {
+
+ dt.reversed {
+ left: 170px;
+ }
+
}
-fieldset dt.reversed {
- left: 255px;
+dt.reversed ~ dd > input[type='checkbox'] {
+ margin-left: 0;
}
-*/
/* -- -- -- Input Widths -- -- -- */
-textarea {
- width: 99%;
- min-width: 300px;
-}
-
-.tiny {
- width: 100px;
-}
-
-.short {
- width: 10%;
- min-width: 100px;
-}
-
-.medium {
- width: 50%;
- min-width: 200px;
+@media screen and (min-width: 480px) {
+
+ textarea {
+ width: 99%;
+ min-width: 300px;
+ }
+
+ .tiny {
+ width: 100px;
+ }
+
+ .short {
+ width: 10%;
+ min-width: 100px;
+ }
+
+ .medium {
+ width: 50%;
+ min-width: 200px;
+ }
+
+ .long {
+ width: 99%;
+ min-width: 300px;
+ }
+
}
-.long {
- width: 99%;
- min-width: 300px;
+@media screen and (max-width: 480px) {
+
+ textarea {
+ width: 99%;
+ min-width: auto;
+ }
+
+ .tiny {
+ width: 50px;
+ }
+
+ .short {
+ width: 10%;
+ min-width: 50px;
+ }
+
+ .medium {
+ width: 30%;
+ min-width: 100px;
+ }
+
+ .long {
+ width: 99%;
+ min-width: 150px;
+ }
+
}
.auto {
margin: 0 !important;
display: table-cell;
width: 99%;
- min-width: 300px;
+}
+
+@media screen and (min-width: 480px) {
+
+ .preInput > input,
+ .preInput > textarea {
+ min-width: 300px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .preInput > input,
+ .preInput > textarea {
+ min-width: 100px;
+ }
+
}
/* Dropdown Caption */
.largeButtons ul li a img {
margin: -5px 1px -5px -5px;
- height: 24px;
- width: 24px;
vertical-align: middle;
}
+@media screen and (min-width: 480px) {
+
+ .largeButtons ul li a img {
+ height: 24px;
+ width: 24px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .largeButtons ul li a img {
+ height: 16px;
+ width: 16px;
+ }
+
+}
+
/* Normal State */
input[type='reset'],
.tabMenu {
text-shadow: 0 1px 0 #fff;
- /* This is the general toggle switch for tab menu orientation (options: left|center|right) */
+ /* Toggle for tab menu orientation (options: left|center|right) */
text-align: center;
white-space: nowrap;
background-color: none;
}
.tabMenu li a {
- font-size: 110%;
text-decoration: none;
color: #999;
cursor: pointer;
- padding: 10px 15px 7px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ddd;
transition-timing-function: ease;
}
+@media screen and (min-width: 480px) {
+
+ .tabMenu li a {
+ font-size: 110%;
+ padding: 10px 15px 7px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .tabMenu li a {
+ font-size: 100%;
+ padding: 5px 10px;
+ }
+
+}
+
.tabMenu li:not(.ui-state-active) a:hover {
color: #666;
border-width: 1px;
}
.tabMenu li.ui-state-active a {
- font-size: 130%;
font-weight: bold;
color: #333 !important;
border-width: 1px;
z-index: 30;
}
+@media screen and (min-width: 480px) {
+
+ .tabMenu li.ui-state-active a {
+ font-size: 130%;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .tabMenu li.ui-state-active a {
+ font-size: 100%;
+ }
+
+}
+
.tabMenu li.ui-state-active a,
.tabMenu li.ui-state-disabled a,
.tabMenu li.ui-state-processing a {
margin: 0;
padding: 5px 1px 5px 20px;
display: inline-block;
- max-width: 200px;
overflow: hidden;
white-space: nowrap;
}
+@media screen and (min-width: 480px) {
+
+ .breadcrumbs ul li a {
+ max-width: 250px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .breadcrumbs ul {
+ max-width: 90px;
+ }
+
+}
+
.breadcrumbs ul li:first-child a {
border-radius: 5px 0 0 5px;
background-image: url('../../icon/home1.svg');
}
thead th:first-child {
- /* rounded corners for the first table header cell to the left */
+ /* Rounded corners for the first table header cell to the left */
border-top-left-radius: 5px;
}
thead th:last-child {
- /* rounded corners for the last table header cell to the left */
+ /* Rounded corners for the last table header cell to the left */
border-top-right-radius: 5px;
}
}
thead th a img {
- /* sort-icon orientation does not work */
+ /* ToDo: Sort-icon orientation does not work */
text-align: right;
- /* negative margins to prevent table-cells from expanding when the sort-icon shows up */
+ /* Negative margins to prevent table-cells from expanding when the sort-icon shows up */
margin-top: -5px !important;
margin-bottom: -5px !important;
}
}
tbody tr:last-child {
- /* no border for the last table row */
+ /* No border for the last table row */
border-bottom-width: 0;
}
tbody tr:last-child td:first-child {
- /* rounded corners for the last table cell to the left */
+ /* Rounded corners for the last table cell to the left */
border-bottom-left-radius: 5px;
}
tbody tr:last-child td:last-child {
- /* rounded corners for the last table cell to the right */
+ /* Rounded corners for the last table cell to the right */
border-bottom-right-radius: 5px;
}
background-color: #fcfdfe;
border-right: 1px solid rgba(255, 255, 255, .3);
padding: 5px;
- /* this is experimental - only works in combination with "table-layout: fixed;" */
+ /* This is experimental - only works in combination with "table-layout: fixed;" */
word-wrap: break-word;
}
margin-top: 5px;
padding: 2px 10px 2px 25px;
display: table !important;
- position: relative;
+ position: relative; /* Firefox will support this in version 10 */
clear: both;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
z-index: 1000;
}
-#actionProxyLoading img {
- height: 24px;
- width: 24px;
+@media screen and (min-width: 480px) {
+
+ #actionProxyLoading img {
+ height: 24px;
+ width: 24px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ #actionProxyLoading img {
+ height: 16px;
+ width: 16px;
+ }
+
}
margin-right: auto !important;
margin-left: auto !important;
position: fixed !important;
- min-width: 500px !important;
- max-width: 780px !important;
- top: 150px !important;
-webkit-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
-moz-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
}
+@media screen and (min-width: 480px) {
+
+ .ui-dialog {
+ min-width: 500px !important;
+ max-width: 780px !important;
+ top: 150px !important;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ .ui-dialog {
+ min-width: 200px !important;
+ max-width: 380px !important;
+ top: 120px !important;
+ }
+
+}
+
.ui-dialog-titlebar {
background-color: #333;
padding: 7px;
background-image: url('../../icon/delete2.svg');
background-position: top left;
background-repeat: no-repeat;
- background-size: 32px;
position: absolute !important;
top: 3px;
right: 3px;
- width: 32px;
- height: 32px;
+}
+
+@media screen and (min-width: 480px) {
+
+ a.ui-dialog-titlebar-close {
+ background-size: 32px;
+ width: 32px;
+ height: 32px;
+ }
+
+}
+
+@media screen and (max-width: 480px) {
+
+ a.ui-dialog-titlebar-close {
+ background-size: 24px;
+ width: 24px;
+ height: 24px;
+ }
+
}
a.ui-dialog-titlebar-close span {