]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
Use overflow:hidden style to keep the user avatar photo from breaking through the...
[citadel.git] / webcit-ng / static / css / webcit.css
index 7a5ba5d5edfd13fe180a09701025f08ee924108c..4c4c11e700e1d4337099f3361d28671f645571dd 100644 (file)
@@ -12,6 +12,7 @@ html,body,h1,h2,h3,h4,h5 {
 }
 
 .ctdl-msg-wrapper {
+       overflow: hidden;
        border-radius: 25px;
        background-color: white;
        margin-left: 4px;
@@ -28,6 +29,7 @@ html,body,h1,h2,h3,h4,h5 {
 .ctdl-username {
        font-weight: bold;
        color: #000055;
+       padding: 4px;
 }
 
 .ctdl-username a {