From 182825f7929d2e6d0a9f84ab5f9832a6e8b7f541 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Mon, 14 Oct 2013 07:34:49 +0200 Subject: [PATCH] A touch of rounded corners --- htdocs/css/singularity/jquery-ui-1.10.3.custom.css | 10 +++++----- htdocs/css/singularity/singularity.css | 3 ++- htdocs/lib/SearchFilter.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/htdocs/css/singularity/jquery-ui-1.10.3.custom.css b/htdocs/css/singularity/jquery-ui-1.10.3.custom.css index fa69037..f4ceb90 100644 --- a/htdocs/css/singularity/jquery-ui-1.10.3.custom.css +++ b/htdocs/css/singularity/jquery-ui-1.10.3.custom.css @@ -1140,25 +1140,25 @@ body .ui-tooltip { .ui-corner-top, .ui-corner-left, .ui-corner-tl { - border-top-left-radius: 0; + border-top-left-radius: 4px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { - border-top-right-radius: 0; + border-top-right-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { - border-bottom-left-radius: 0; + border-bottom-left-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { - border-bottom-right-radius: 0; + border-bottom-right-radius: 4px; } /* Overlays */ @@ -1173,5 +1173,5 @@ body .ui-tooltip { background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .6; filter: Alpha(Opacity=60); - border-radius: 4px; + border-radius: 3px; } diff --git a/htdocs/css/singularity/singularity.css b/htdocs/css/singularity/singularity.css index 078a20b..cd784f1 100644 --- a/htdocs/css/singularity/singularity.css +++ b/htdocs/css/singularity/singularity.css @@ -66,10 +66,11 @@ table.jtable tr:hover, table.jtable th { table.jtable { border-spacing: 0px; - border-collapse:collapse; + /*border-collapse:collapse;*/ border: 1px solid #555555; background: #1e1e1e url(images/ui-bg_flat_25_1e1e1e_40x100.png) 50% 50% repeat-x; color: #c5c5c5; + border-radius: 4px; } table.jtable a:visited { diff --git a/htdocs/lib/SearchFilter.php b/htdocs/lib/SearchFilter.php index 669b5f5..9fc3cae 100644 --- a/htdocs/lib/SearchFilter.php +++ b/htdocs/lib/SearchFilter.php @@ -157,7 +157,7 @@ class SearchFilter
-
+
Filter