[Logilogi-svn] SF.net SVN: logilogi:[1758] trunk/public/stylesheets/logilogi.css
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-07-12 16:54:55
|
Revision: 1758
http://logilogi.svn.sourceforge.net/logilogi/?rev=1758&view=rev
Author: wybow
Date: 2010-07-12 16:54:49 +0000 (Mon, 12 Jul 2010)
Log Message:
-----------
Set reply and remark boxes width in pixels
Modified Paths:
--------------
trunk/public/stylesheets/logilogi.css
Modified: trunk/public/stylesheets/logilogi.css
===================================================================
--- trunk/public/stylesheets/logilogi.css 2010-07-12 16:28:23 UTC (rev 1757)
+++ trunk/public/stylesheets/logilogi.css 2010-07-12 16:54:49 UTC (rev 1758)
@@ -1354,7 +1354,7 @@
#remarking textarea {
float: right;
height: 5em;
- width: 15em;
+ width: 205px;
margin-bottom: 1em;
}
#remarking input {
@@ -1374,7 +1374,7 @@
#fast_reply_area {
float: right;
height: 6em;
- width: 34em;
+ width: 453px;
margin-bottom: 1em;
color: #818181;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|