From eee8495145ef4380eedc7b6edb95228254d99b5f Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 30 Jun 2014 07:48:05 +0000 Subject: [PATCH] Style "Global Category" edit dialog --- admin/templates/default/app.css | 14 ++++- admin/templates/default/categories.edit.xet | 57 +++++++-------------- admin/templates/pixelegg/app.css | 14 ++++- 3 files changed, 45 insertions(+), 40 deletions(-) diff --git a/admin/templates/default/app.css b/admin/templates/default/app.css index ff30728674..5b45ae869c 100644 --- a/admin/templates/default/app.css +++ b/admin/templates/default/app.css @@ -55,4 +55,16 @@ td.admin_userAgent span { } .admin_account_delete > * { padding: 8px; -} \ No newline at end of file +} +/* Global Category classes*/ +.globalCat_confirmDelete { + position: absolute; + left: 120px; + top: 80px; + background-color: white; + display: none; + border: 2px solid black; +} +.globalCat_hiddenCatid { + display: none; +} diff --git a/admin/templates/default/categories.edit.xet b/admin/templates/default/categories.edit.xet index 73e6945928..fa2bd97914 100644 --- a/admin/templates/default/categories.edit.xet +++ b/admin/templates/default/categories.edit.xet @@ -8,7 +8,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -32,46 +32,27 @@ - - - .confirmDelete { - position: absolute; - left: 120px; - top: 80px; - background-color: white; - display: none; - border: 2px solid black; -} -.hiddenCatid { - display: none; -} -.confirmSubs -{ -} - +