Signed-off-by: Wen Wang <wenwang(a)linux.vnet.ibm.com>
---
ui/css/theme-default/report-add.css | 4 ++--
ui/css/theme-default/report-rename.css | 4 ++--
ui/css/theme-default/repository-add.css | 4 ++--
ui/css/theme-default/repository-edit.css | 4 ++--
ui/css/theme-default/window.css | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ui/css/theme-default/report-add.css b/ui/css/theme-default/report-add.css
index b1c8ed3..f004f22 100644
--- a/ui/css/theme-default/report-add.css
+++ b/ui/css/theme-default/report-add.css
@@ -16,8 +16,8 @@
* limitations under the License.
*/
#report-add-window {
- height: 300px;
- width: 400px;
+ height: 250px;
+ width: 550px;
}
#report-add-window .field {
diff --git a/ui/css/theme-default/report-rename.css
b/ui/css/theme-default/report-rename.css
index 1bf73d9..0dd254c 100644
--- a/ui/css/theme-default/report-rename.css
+++ b/ui/css/theme-default/report-rename.css
@@ -16,8 +16,8 @@
* limitations under the License.
*/
#report-rename-window {
- height: 300px;
- width: 400px;
+ height: 250px;
+ width: 550px;
}
#report-rename-window .field {
diff --git a/ui/css/theme-default/repository-add.css
b/ui/css/theme-default/repository-add.css
index 2dc072b..6824219 100644
--- a/ui/css/theme-default/repository-add.css
+++ b/ui/css/theme-default/repository-add.css
@@ -16,8 +16,8 @@
* limitations under the License.
*/
#repository-add-window {
- height: 500px;
- width: 1000px;
+ height: 450px;
+ width: 550px;
}
#repository-add-window span.required {
diff --git a/ui/css/theme-default/repository-edit.css
b/ui/css/theme-default/repository-edit.css
index 8a4e679..4be1930 100644
--- a/ui/css/theme-default/repository-edit.css
+++ b/ui/css/theme-default/repository-edit.css
@@ -17,7 +17,7 @@
*/
.yum div#repository-edit-window {
height: 680px;
- width: 1000px;
+ width: 550px;
}
.deb div#repository-edit-window {
@@ -29,7 +29,7 @@
.repository-edit-fieldset {
float: left;
padding: 0 30px;
- width: 95%;
+ width: 92%;
}
.repository-edit-wrapper-label, .repository-edit-wrapper-controls {
diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css
index f699ebd..96d3b46 100644
--- a/ui/css/theme-default/window.css
+++ b/ui/css/theme-default/window.css
@@ -76,7 +76,7 @@
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
- margin: 48px 0 56px;
+ margin: 48px 20px 56px 0;
}
.window>header>.title,
--
2.1.0