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:
3bba451
)
Adjusted form_notice width
author
Sarven Capadisli
<csarven@status.net>
Sun, 27 Sep 2009 12:43:40 +0000
(12:43 +0000)
committer
Sarven Capadisli
<csarven@status.net>
Sun, 27 Sep 2009 12:43:40 +0000
(12:43 +0000)
plugins/Realtime/realtimeupdate.js
patch
|
blob
|
history
diff --git
a/plugins/Realtime/realtimeupdate.js
b/plugins/Realtime/realtimeupdate.js
index 86fb01a5d9b8d217d0d929449a34beb79b4c806c..b791f4a2abf71a81a25bda1479dfca0e2eff4e40 100644
(file)
--- a/
plugins/Realtime/realtimeupdate.js
+++ b/
plugins/Realtime/realtimeupdate.js
@@
-145,6
+145,8
@@
RealtimeUpdate = {
$('#form_notice').css({
'margin':'18px 0 18px 1.795%',
+ 'width':'93%',
+ 'max-width':'451px'
});
$('#form_notice label[for=notice_data-text], h1').css({'display': 'none'});