1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Bug #1436: Fix bad commenting of line

(cherry picked from commit dbbdfebabc1f4a4044f8e5eb2d375fa1c86ce545)
This commit is contained in:
Hector Sanjuan 2012-09-04 11:23:36 +02:00 committed by Ruben S. Montero
parent 6746a8bb31
commit a76982070a

View File

@ -43,7 +43,7 @@ h2 {
margin-top: 8px;
padding-bottom: 2px;
width:280px;
minWidth: 200px;
min-width: 200px;
color: #636663;
border-bottom: 2px solid;
}
@ -337,7 +337,7 @@ textarea:focus{
.add_button {
margin-left:148px;
/* In some languages the word add is longer */
width:58px !important;*/
/* width:58px !important; */
}
.remove_button {