
From: pappu <papsagar@in.ibm.com> Signed-off-by: pappu <papsagar@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