1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-04 17:47:00 +03:00

Minor GUI style fixes

Derivated from vendor update
(cherry picked from commit 0a7492772a90208bb3eb4c8ad50d80efbbe2e5b1)
This commit is contained in:
Hector Sanjuan 2011-12-02 19:37:29 +01:00 committed by Ruben S. Montero
parent be32ba5526
commit 4e7d39f6b0
2 changed files with 7 additions and 6 deletions

View File

@ -292,13 +292,14 @@ textarea:focus{
}
.add_remove_button {
font-size:0.8em;
height:25px;
font-size:0.8em !important;
height:25px !important;
margin-bottom:4px;
}
.add_button {
margin-left:177px;
margin-left:148px;
width: 58px !important;
}
.remove_button {

View File

@ -294,14 +294,14 @@ textarea:focus{
}
.add_remove_button {
font-size:0.8em;
height:25px;
font-size:0.8em !important;
height:25px !important;
margin-bottom:4px;
}
.add_button {
margin-left:148px;
width:74px;
width:58px !important;
}
.remove_button {