diff --git a/GMW_Term/Style_prod.css b/GMW_Term/Style_prod.css index 0d564287..49d8a9c7 100644 --- a/GMW_Term/Style_prod.css +++ b/GMW_Term/Style_prod.css @@ -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; +} diff --git a/GMW_Term/Style_test.css b/GMW_Term/Style_test.css index df3d7262..933ada63 100644 --- a/GMW_Term/Style_test.css +++ b/GMW_Term/Style_test.css @@ -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; +}