fix CSS x terminalino (che sono copiati in prod/test)
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.clearDiv{
|
||||
clear: both;
|
||||
}
|
||||
#content
|
||||
{
|
||||
width: 210px;
|
||||
@@ -442,6 +445,24 @@
|
||||
width: 210px;
|
||||
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 */
|
||||
.btnAzzurroWide
|
||||
@@ -464,6 +485,14 @@
|
||||
text-align: center;
|
||||
white-space: pre;
|
||||
}
|
||||
.btnVerdeWide
|
||||
{
|
||||
border: solid 2px green;
|
||||
background-color: #AAFFAA;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
height: 100%;
|
||||
background-color: #F92;
|
||||
}
|
||||
.clearDiv{
|
||||
clear: both;
|
||||
}
|
||||
#content
|
||||
{
|
||||
width: 210px;
|
||||
@@ -443,6 +446,24 @@
|
||||
width: 210px;
|
||||
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 */
|
||||
.btnAzzurroWide
|
||||
@@ -465,6 +486,14 @@
|
||||
text-align: center;
|
||||
white-space: pre;
|
||||
}
|
||||
.btnVerdeWide
|
||||
{
|
||||
border: solid 2px green;
|
||||
background-color: #AAFFAA;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user