[Kimchi-devel] [PATCH 1/1] Alignment close for pop up window completed
papsagar at linux.vnet.ibm.com
papsagar at linux.vnet.ibm.com
Fri Aug 7 12:00:21 UTC 2015
From: pappu <papsagar at in.ibm.com>
Signed-off-by: pappu <papsagar at in.ibm.com>
---
ui/css/theme-default/window.css | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css
index 5cb2790..f3924a3 100644
--- a/ui/css/theme-default/window.css
+++ b/ui/css/theme-default/window.css
@@ -78,7 +78,24 @@
overflow-x: hidden;
margin: 48px 0 56px;
}
-
+.window .close {
+ position: absolute;
+ width: 30px;
+ height: 30px;
+ top: 7px;
+ right: 7px;
+ -webkit-border-radius: 30px;
+ -moz-border-radius: 30px;
+ border-radius: 30px;
+ border: 2px solid #ccc;
+ color: #ccc;
+ font-size: 24px;
+ text-align: center;
+ line-height: 30px;
+ font-weight: bold;
+ background: #eee;
+ cursor: pointer;
+}
.window>header>.title,
.window>form>header>.title {
height: 48px;
--
2.1.0
More information about the Kimchi-devel
mailing list