Removed box shadow and round borders from blockquotes in tinymce (while editing)
authorthe_mgt <themgt@ueberserver.de>
Thu, 7 Jul 2011 11:09:05 +0000 (13:09 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:33:15 +0000 (21:33 +0000)
webcit/static/styles/webcit-tinymce.css

index 7108e1d099b7fe0af3450f9b574f2753aac775c9..18b6ceade3e4407a0436966f8fe8da934230d73a 100644 (file)
@@ -5,23 +5,12 @@ blockquote{
        background-color: #deded0;
        border: 1px solid #5C646B;
        border-top: none;
-       border-radius: 8px;
-       -webkit-border-radius: 8px;
-       -moz-border-radius: 8px; 
-       -webkit-box-shadow: #666 0px 1px 2px;
-       -moz-box-shadow: #666 0px 2px 3px;
-       box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/styles/PIE.htc);
 }
 
 .message_header {
        font-size: x-small;
        padding: 0.5em;
         border-top: 1px solid transparent;
-        border-radius: 8px 8px 0 0;
-        -webkit-border-radius: 8px 8px 0 0;
-        -moz-border-radius: 8px 8px 0 0; 
-        behavior: url(/static/styles/PIE.htc);
 }
 
 .message_content {
@@ -29,10 +18,6 @@ blockquote{
        padding: 0.5em;
        clear: both;
        border-bottom: 1px solid transparent;
-       border-radius: 0 0 8px 8px;
-       -webkit-border-radius: 0 0 8px 8px;
-       -moz-border-radius: 0 0 8px 8px; 
-       behavior: url(/static/styles/PIE.htc);
 }
 
 
@@ -117,7 +102,4 @@ blockquote blockquote blockquote blockquote {
        padding: 10px;
        background-color: #fff;
        border: 1px solid #5C646B;
-       box-shadow: #666 0px 2px 3px;
-       -webkit-box-shadow: #666 0px 1px 2px;
-       -moz-box-shadow: #666 0px 2px 3px;
 }