mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
some css modifications to Lime export results page layout and view. was too small text and overlapping
This commit is contained in:
@@ -14,7 +14,7 @@ div, form {
|
|||||||
|
|
||||||
ul,ol {
|
ul,ol {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 10pt;
|
font-size: 0.9em;/* 10pt; */
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,12 +51,12 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
th, p, div {
|
th, p, div {
|
||||||
font-size: 10pt;
|
font-size: 1.1em; /* 10pt; */
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
padding:0 6px 0px 6px;
|
padding:0 6px/* 0px 6px */;
|
||||||
margin: 3px;
|
margin: 5px;
|
||||||
border-color:#D2E0F2 #8195BA #8195BA #D2E0F2;
|
border-color:#D2E0F2 #8195BA #8195BA #D2E0F2;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@@ -272,7 +272,7 @@ font-size:11px;
|
|||||||
|
|
||||||
input, select, button {
|
input, select, button {
|
||||||
color: navy;
|
color: navy;
|
||||||
font: 10px verdana, arial, sans-serif;
|
/* font: 10px verdana, arial, sans-serif; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Uncomment these styles if you are using a system theme with a dark background
|
/* Uncomment these styles if you are using a system theme with a dark background
|
||||||
@@ -1287,17 +1287,18 @@ background-color: #8195BA;
|
|||||||
div.left
|
div.left
|
||||||
{
|
{
|
||||||
float:left;
|
float:left;
|
||||||
width:300px;
|
width: 49%;/* 300px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.right {
|
div.right {
|
||||||
float:right;
|
float:right;
|
||||||
width:300px;
|
width:49%;/* 300px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap2columns {
|
.wrap2columns {
|
||||||
width:600px;
|
width:auto; /* 600px; */
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#resultexport ul {
|
#resultexport ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user