projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdae6f0
)
Set a max-height for notice content in base css
author
Mikael Nordfeldth
<mmn@hethane.se>
Tue, 3 Feb 2015 10:40:42 +0000
(11:40 +0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Tue, 3 Feb 2015 10:40:42 +0000
(11:40 +0100)
theme/base/css/display.css
patch
|
blob
|
history
diff --git
a/theme/base/css/display.css
b/theme/base/css/display.css
index afa4203da7ae31d3fdc5f212a3ddc2929dde12da..650c442ecba9c4399a404651ea13a519cd7c1f22 100644
(file)
--- a/
theme/base/css/display.css
+++ b/
theme/base/css/display.css
@@
-709,6
+709,8
@@
font-style:italic;
.notice .e-content {
margin-left: 56px;
+ max-height: 400px;
+ overflow-y: auto;
}
.notice-options {