]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Markup and styles for search help and errors
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:02:47 +0000 (21:02 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:02:47 +0000 (21:02 +0000)
lib/searchaction.php
theme/base/css/display.css
theme/identica/css/display.css

index 918f8dd9afd0634c63171d1b81f9822e984eee76..e7ad4affdaab9eaac36e4fae6fe7c586443b9a1e 100644 (file)
@@ -152,8 +152,11 @@ You can also try your search on other engines:
 
 E_O_T
 ), $qe, $qe, $qe, $qe);
-        $this->elementStart('div', 'blankfiller');
+        $this->elementStart('dl', array('id' => 'help_search', 'class' => 'help'));
+        $this->element('dt', null, _('Search help'));
+        $this->elementStart('dd', 'instructions');
         $this->raw(common_markup_to_html($message));
+        $this->elementEnd('dd');
         $this->elementEnd('div');
     }
 }
index 0ce80cdde4028aa8c85e267e7b8f108c1ed5ecb5..6c3c7e91272b8700d9362575d584305af184a57c 100644 (file)
@@ -83,12 +83,13 @@ left:0;
 border:0;
 }
 
-#page_notice .error,
-#page_notice .success {
+.error,
+.success {
 padding:4px 7px;
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
+margin-bottom:18px;
 }
 form label.submit {
 display:none;
@@ -1145,4 +1146,13 @@ clear:both;
 margin-bottom:0;
 }
 
-
+.instructions ul {
+list-style-position:inside;
+}
+.instructions p,
+.instructions ul {
+margin-bottom:18px;
+}
+.help dt {
+display:none;
+}
index 893942031c1a3aac7f0ae3f07bfa912eda225147..8edb005a68ae7b74b79c9619eae7c36e5a7dfd25 100644 (file)
@@ -113,10 +113,10 @@ background-color:rgba(255, 255, 255, 0.7);
 }
 
 
-#page_notice .error {
+.error {
 background-color:#F7E8E8;
 }
-#page_notice .success {
+.success {
 background-color:#EFF3DC;
 }