]> git.openstreetmap.org Git - osqa.git/commitdiff
Removed unused css selectors and a forgotten debug statement.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 15 May 2010 01:02:18 +0000 (01:02 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 15 May 2010 01:02:18 +0000 (01:02 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@286 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/style.css
forum/views/decorators.py

index 360e47757b4b0f5369192dd37e1161402ff8bfe9..00c48b9ee244fafd6d8e9ecd48e38aa3f4aafbe2 100644 (file)
@@ -1364,29 +1364,3 @@ div.comment-tools a:hover {
     color: orange;    
 }
 
-.moderation {
-       background-color: #FFF380;
-       border: 1px solid darkred;
-       padding: 0 5px;
-}
-
-.moderation p { margin-bottom: 3px; }
-
-.moderation #action_status {
-       font-weight: bold;
-       text-align: center;
-}
-
-.moderation-table input[type=text], .moderation-table textarea {
-    width: 150px;
-    max-height: 50px;
-}
-
-.moderation-table th {
-    vertical-align: top;
-    text-align: left;
-}
-
-.moderation-table-footer {
-    text-align: right;
-}
\ No newline at end of file
index 90bb2b2a89820423bb988f1efb8fcda580001558..f9929ffacde158b7175c91f441d139f160e02853 100644 (file)
@@ -75,8 +75,8 @@ def command(func):
 \r
             response['success'] = True\r
         except Exception, e:\r
-            import sys, traceback\r
-            traceback.print_exc(file=sys.stdout)\r
+            #import sys, traceback\r
+            #traceback.print_exc(file=sys.stdout)\r
 \r
             if isinstance(e, CommandException):\r
                 response = {\r