summaryrefslogtreecommitdiffstats
path: root/web/html/css/arch.css
diff options
context:
space:
mode:
authorPyroPeter <abi1789@googlemail.com>2011-02-17 19:52:10 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2011-02-18 13:52:35 +0100
commit346e82716bf52dec37e7b8c1a62ad30585a8aa58 (patch)
tree60dc42abbf52fdafa3408b0d76d8429c587ee4b3 /web/html/css/arch.css
parent1fdecbd5a45ef631562a11937d870e4c8cf619b0 (diff)
downloadaur-346e82716bf52dec37e7b8c1a62ad30585a8aa58.tar.gz
aur-346e82716bf52dec37e7b8c1a62ad30585a8aa58.tar.xz
pkg_search_results: replace blind-table with floating divs
* I tried to remove errors in the sgml-structure e.g.: <div> <?php if (foo) { ?> </div> <?php } ?> * I did not remove or add code (except the <table> and <div> stuff, of cause). I only changed the order of the html/php-tags. * The bottom and top of the script are now properly indented. I did not indent the middle part (table of search results) because that would render the diff completely useless. Signed-off-by: PyroPeter <abi1789@googlemail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r--web/html/css/arch.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index 09b22407..5da56d28 100644
--- a/web/html/css/arch.css
+++ b/web/html/css/arch.css
@@ -284,6 +284,21 @@ blockquote.code {
color: #333;
font-size: .95em;
}
+.pkg_search_results_footer {
+ overflow: auto;
+}
+.pkg_search_results_footer .legend_and_actions {
+ float: left;
+}
+.pkg_search_results_footer .legend {
+ margin-bottom: 3px;
+}
+.pkg_search_results_footer .page_links {
+ float: right;
+ margin: 0 0;
+ padding: 0 0;
+}
+
/* AUR Styles */
.pgbox {