diff --git a/pages/css/style.css b/pages/css/style.css index 12d3ad7..84cd14f 100644 --- a/pages/css/style.css +++ b/pages/css/style.css @@ -4,6 +4,8 @@ body { #errormsg, #successmsg { display: none; + box-shadow: 5px 5px 3px #888888; + z-index: 999; } #errormsg { @@ -26,7 +28,7 @@ body { color: #00ff00; } -#sidebar { +#sidebarr { float: right; width: 20%; } @@ -64,18 +66,48 @@ html, body { margin: 0; } -#conversations +#sidebarl { width: 20%; float: left; } -#conversation +.chmessage { - + } -#unreadmsg +.unreadmsg { background-color: #DDD; -} \ No newline at end of file +} + +#hoverdialogcont +{ + display: none; + position: absolute; + top: 0px; + left: 0px; + height: 100%; + width: 100%; + background-color: rgba(0, 0, 0, 0.5); +} + +#hoverdialogmid { + display: table-cell; + vertical-align: middle; +} + +#hoverdialog +{ + width: 30%; + background-color: #EEE; + margin-left: auto; + margin-right: auto; + box-shadow: 5px 5px 3px #888888; +} + +.list +{ + width: 100%; +} diff --git a/pages/index.html b/pages/index.html index 146d694..c1a8e26 100644 --- a/pages/index.html +++ b/pages/index.html @@ -13,23 +13,25 @@ +
-
-
- Add conversation +
+
-