Webbuild: other css changes

This commit is contained in:
Silvan Calarco 2019-07-30 18:47:08 +02:00
parent 621db0ff42
commit 82df62014c
3 changed files with 90 additions and 46 deletions

View File

@ -1630,13 +1630,13 @@ if [ "$REQUEST" != "" ]; then
echo -n "<b>Console output ($REQUEST"
[ "$PACKAGE" ] && echo -n " for $PACKAGE"
echo -n "):</b>"
echo -n "<div align=left class=output "
echo -n "<div class=\"outputbox\" "
if [ "$REQUEST" = "rpmbuild" -o "$REQUEST" = "autoportnp" -o "$REQUEST" = "rpmprepare" \
-o "$REQUEST" = "sendpackage" -o "$REQUEST" = "sendsource" -o "$REQUEST" = "autospeclistcheck" \
-o "$REQUEST" = "autodistbuild" -o "$REQUEST" = "autodistinstall" -o "$REQUEST" = "autodistsend" ]; then
echo -n "id=outputbottom>"
echo -n "id=\"outputbottom\">"
else
echo -n "id=outputtop>"
echo -n "id=\"outputtop\">"
fi
if [ "$REQUEST" != "showchangelogs" -a "$REQUEST" != "showbuilddocs" -a "$REQUEST" != "showlicenses" ]; then
echo -n "<pre><!-- SCROLL -->"

View File

@ -32,27 +32,33 @@ label { white-space:nowrap; text-decoration:none; font-weight:initial; }
}
select {
font-size: 10pt;
font-size: 11pt;
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
padding: 0;
padding: 2px;
margin: 2px;
max-width: 98%;
background-color: buttonface;
border: 1px solid #AAAAAA;
background-color:#e9e9e9;
}
input[type="text"] {
input[type="text"],
textarea {
font-size: 11pt;
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
padding: 1px;
padding: 2px;
margin: 1px;
border: 1px solid #AAAAAA;
}
input[type="button"] {
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
font-size: 10pt;
font-size: 11pt;
font-weight: 400;
padding: 2px;
margin: 2px;
border: 1px solid #AAAAAA;
background-color:#e9e9e9;
white-space:nowrap;
line-height: 1.1em;
}
@ -61,20 +67,21 @@ input[type="button"]::-moz-focus-inner { padding: 0; border: 0; }
input[type="button"]:hover {
border: 1px solid #666666;
}
input[type="radio"] {
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
font-size: 9pt;
font-size: 11pt;
padding: 0;
margin: 0;
}
input[type="checkbox"] {
font-family:liberationsans,freesans,Arial,Verdana,Helvetica,sans-serif;
vertical-align:middle;
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-trasnform: scale(1.1);
padding: 1px;
margin: 1px;
-ms-transform: scale(1.3);
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-trasnform: scale(1.3);
padding: 4px;
margin: 4px;
}

View File

@ -123,18 +123,21 @@ div#container {
float:left;
width:100%;
align:center;
font-size:10pt;
font-size:11pt;
border:1px solid #2b6600;
padding:4px;
background-color: #c4ddc0;
}
input#repsearchtext {
width:100%;
}
.chatpanel {
float:left;
width:100%;
padding:0px;
}
.webbuild {
font-size: 10pt;
font-size: 11pt;
font-family: liberationsans, freesans, arial, verdana, sans-serif;
line-height: 1.3em;
color: #000000;
@ -170,18 +173,18 @@ div#container {
}
@media screen and (min-width: 901px) {
.webbuildwrapleft {
.webbuildwrapleft {
float:left;
width:79%;
/*margin-right:-210px;*/
}
.webbuildright {
width:20%;
}
.socialbox {
/* width:100%;*/
}
width:79.65%;
}
.webbuildright {
width:19.65%;
}
.socialbox {
min-width:98% !important;
}
}
.operationpanelinfo {
margin-top:137px;
border:1px solid #2b6600;
@ -240,7 +243,7 @@ div#container {
padding:0;
}
.webbuildprocesses {
font-size:9pt;
font-size:10pt;
padding:0px;
height:130px;
line-height: 130%;
@ -258,7 +261,7 @@ div#container {
.CodeMirror {
font-size:10pt;
font-family:monospace;
line-height:1em;
line-height:1.2em;
}
.editor {
float:left;
@ -275,8 +278,9 @@ div#container {
width:100%;
height:400px;
overflow:auto;
font-size:9pt;
font-size:11pt;
border:1px solid #2b6600;
line-height:1.1em;
padding:1px;
margin:0;
background-color:white;
@ -284,11 +288,11 @@ div#container {
}
.maintainer a {
color:#426c29;
font-size:10pt;
font-size:11pt;
}
.notes {
width:100%;
font-size:9pt;
font-size:10pt;
border:1px solid #2b6600;
padding:1px;
margin:0;
@ -299,15 +303,27 @@ div#container {
.downloadbox > div {
width:100% !important;
/* background-color:#c4ddc0 !important;*/
}
.showlogbox a {
color:#5e913e !important;
}
.showlogbox {
height:250px;
width:100%;
overflow:auto;
font-size:9pt;
border:1px solid #2b6600;
margin:4px;
padding:4px;
background-color:#c4ddc0 !important;
}
.downloadbox a {
color:#5e913e !important;
}
.output {
.outputbox {
width:100% !important;
height:300px;
height:350px;
overflow:auto;
overflow-x:hidden;
word-wrap: break-word;
@ -319,16 +335,39 @@ div#container {
margin:0;
background-color:black;
color:white;
text-align:left;
}
.output a,
.output a:link,
.output a:visited {
.output {
height:100% !important;
}
.outputboxerror {
font-size:9pt;
color:white !important;
background-color:darkred;
}
.outputboxerror a,
.outputboxerror a:link,
.outputboxerror a:visited {
text-decoration:underline;
}
.outputboxok {
font-size:9pt;
background-color:green;
color:white !important;
}
.outputbox a,
.outputbox a:link,
.outputbox a:visited {
text-decoration: underline;
color:white;
}
.output p {
.outputbox > pre > p {
background-color:gray;
color:white;
}
@ -358,6 +397,7 @@ span#socialbox > span > div > div:nth-child(3) {
}
.webbuildtopright,
.webbuildtopleft {
font-size:10pt;
margin-top:5px;
width:100%;
}
@ -402,11 +442,11 @@ input {
}
.jspVerticalBar {
width:4px;
width:5px;
}
.jspHorizontalBar {
height:4px;
height:5px;
}
.jspDrag {
@ -461,9 +501,6 @@ input {
.socialbox {
float:right;
font-size:10pt;
//border:0;
//margin:0;
//padding:0;
height:130px;
line-height: 100%;
border:1px solid #2b6600;