fix CSS x terminalino (che sono copiati in prod/test)

This commit is contained in:
Samuele E. Locatelli
2017-03-22 17:41:15 +01:00
parent a799367d30
commit f72ce175c7
2 changed files with 58 additions and 0 deletions
+29
View File
@@ -16,6 +16,9 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.clearDiv{
clear: both;
}
#content #content
{ {
width: 210px; width: 210px;
@@ -442,6 +445,24 @@
width: 210px; width: 210px;
height: 20px; height: 20px;
} }
.btnVerdeHalf
{
border: solid 2px green;
background-color: #AAFFAA;
width: 210px;
height: 30px;
/*text-align: center;
white-space: pre;*/
}
.btnVerdeThird
{
border: solid 2px green;
background-color: #AAFFAA;
width: 210px;
height: 20px;
/*text-align: center;
white-space: pre;*/
}
/* buttons larghi */ /* buttons larghi */
.btnAzzurroWide .btnAzzurroWide
@@ -464,6 +485,14 @@
text-align: center; text-align: center;
white-space: pre; white-space: pre;
} }
.btnVerdeWide
{
border: solid 2px green;
background-color: #AAFFAA;
width: 100%;
text-align: center;
margin: auto;
}
+29
View File
@@ -17,6 +17,9 @@
height: 100%; height: 100%;
background-color: #F92; background-color: #F92;
} }
.clearDiv{
clear: both;
}
#content #content
{ {
width: 210px; width: 210px;
@@ -443,6 +446,24 @@
width: 210px; width: 210px;
height: 20px; height: 20px;
} }
.btnVerdeHalf
{
border: solid 2px green;
background-color: #AAFFAA;
width: 210px;
height: 30px;
/*text-align: center;
white-space: pre;*/
}
.btnVerdeThird
{
border: solid 2px green;
background-color: #AAFFAA;
width: 210px;
height: 20px;
/*text-align: center;
white-space: pre;*/
}
/* buttons larghi */ /* buttons larghi */
.btnAzzurroWide .btnAzzurroWide
@@ -465,6 +486,14 @@
text-align: center; text-align: center;
white-space: pre; white-space: pre;
} }
.btnVerdeWide
{
border: solid 2px green;
background-color: #AAFFAA;
width: 100%;
text-align: center;
margin: auto;
}