Commit 5c71b29a authored by unknown's avatar unknown

some fixes in choisir widget

parent 1c2069ce
...@@ -144,7 +144,7 @@ body{ ...@@ -144,7 +144,7 @@ body{
margin-left: 10px; margin-left: 10px;
margin-bottom: 10px; margin-bottom: 10px;
width: 95%; width: 95%;
max-height: 60px; max-height: 100px;
overflow-x: hidden; overflow-x: hidden;
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: small; font-size: small;
...@@ -160,7 +160,7 @@ body{ ...@@ -160,7 +160,7 @@ body{
padding: 5px; padding: 5px;
margin: 10px; margin: 10px;
width: 95%; width: 95%;
max-height: 60px; max-height: 120px;
overflow-x: hidden; overflow-x: hidden;
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
color: white; color: white;
...@@ -217,7 +217,7 @@ body{ ...@@ -217,7 +217,7 @@ body{
font-family: Verdana,Arial,Helvetica,sans-serif; font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: small; font-size: small;
width: 80%; width: 80%;
max-height: 45px; max-height: 60px;
overflow-x: hidden; overflow-x: hidden;
float: left; float: left;
border: 3px solid #ccc; border: 3px solid #ccc;
...@@ -234,7 +234,7 @@ body{ ...@@ -234,7 +234,7 @@ body{
font-size: small; font-size: small;
font-weight: bold; font-weight: bold;
width: 80%; width: 80%;
max-height: 45px; max-height: 60px;
overflow-x: hidden; overflow-x: hidden;
float: left; float: left;
border: 1px solid #DFDFDE; border: 1px solid #DFDFDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment