From bfe955efd0c9f643ca11c4964514d80c934489c5 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 25 Oct 2015 16:12:01 +0100 Subject: [PATCH] corners roundification --- web/brisk.css | 28 ++++++++++++++++++++++++++++ web/room.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/web/brisk.css b/web/brisk.css index 8d103bc..8e1ed04 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -106,6 +106,10 @@ img.ib_nobo { } .notify { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + background-image: url('img/najole_light.png'); background-attachment: fixed; @@ -187,6 +191,9 @@ div.doc_alert { } input.input_sub { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; border: 1px solid gray; margin: 0px; padding: 1px; @@ -224,7 +231,28 @@ input.input_sub_hi { display: inline; } +button { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + + border: 1px solid gray; + margin: 1px; + padding: 2px; + color: black; + background-color: RGB(246,246,246); + vertical-align: middle; + text-decoration: none; + font-size: 100%; + cursor: pointer; + display: inline; +} + input.button { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + border: 1px solid gray; margin: 1px; padding: 2px; diff --git a/web/room.css b/web/room.css index 26e4c7c..2674e33 100644 --- a/web/room.css +++ b/web/room.css @@ -189,6 +189,10 @@ table.room_tab { } table.room_tab td { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + background-image: url('img/najole_light.png'); background-attachment: fixed; @@ -227,6 +231,10 @@ div.room_standup { } table.room_standup { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + position: relative; width: 100%; border: 1px solid gray; @@ -245,6 +253,10 @@ table.room_standup td { } table.login { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + margin: auto; border: 1px solid gray; margin-top: 8px; @@ -297,6 +309,10 @@ div.esco { border: 1px solid gray; vertical-align: text-bottom; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background-image: url('img/najole_light.png'); background-attachment: fixed; } @@ -319,6 +335,10 @@ div.esco { } .webstart_hilite { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background: #ffd780; border: 1px solid #ffae00; padding: 6px; @@ -326,6 +346,10 @@ div.esco { } .webstart { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + position: absolute; background-color: white; left: 80px; @@ -356,6 +380,10 @@ div.esco { } .sidebanner { + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + /* Top Right Bottom Left */ margin: 4px auto 0px auto; position: relative; -- 2.17.1