decreased the severity of the border radii on the post window, and removed

them completely from the bottom of the window, as it conflicts with the
taskbar
This commit is contained in:
Julian Lam
2013-10-11 20:50:30 -04:00
parent 08130e8088
commit 64e35c734e

View File

@@ -10,9 +10,13 @@
height: 100%;
background: rgba(64, 64, 64, 0.6);
visibility: visible;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-top-right-radius: 7px;
.btn-toolbar {
&.formatting-bar {