A touch of rounded corners
This commit is contained in:
@@ -1140,25 +1140,25 @@ body .ui-tooltip {
|
|||||||
.ui-corner-top,
|
.ui-corner-top,
|
||||||
.ui-corner-left,
|
.ui-corner-left,
|
||||||
.ui-corner-tl {
|
.ui-corner-tl {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 4px;
|
||||||
}
|
}
|
||||||
.ui-corner-all,
|
.ui-corner-all,
|
||||||
.ui-corner-top,
|
.ui-corner-top,
|
||||||
.ui-corner-right,
|
.ui-corner-right,
|
||||||
.ui-corner-tr {
|
.ui-corner-tr {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 4px;
|
||||||
}
|
}
|
||||||
.ui-corner-all,
|
.ui-corner-all,
|
||||||
.ui-corner-bottom,
|
.ui-corner-bottom,
|
||||||
.ui-corner-left,
|
.ui-corner-left,
|
||||||
.ui-corner-bl {
|
.ui-corner-bl {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
.ui-corner-all,
|
.ui-corner-all,
|
||||||
.ui-corner-bottom,
|
.ui-corner-bottom,
|
||||||
.ui-corner-right,
|
.ui-corner-right,
|
||||||
.ui-corner-br {
|
.ui-corner-br {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overlays */
|
/* Overlays */
|
||||||
@@ -1173,5 +1173,5 @@ body .ui-tooltip {
|
|||||||
background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
|
background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
filter: Alpha(Opacity=60);
|
filter: Alpha(Opacity=60);
|
||||||
border-radius: 4px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,10 +66,11 @@ table.jtable tr:hover, table.jtable th {
|
|||||||
|
|
||||||
table.jtable {
|
table.jtable {
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
border-collapse:collapse;
|
/*border-collapse:collapse;*/
|
||||||
border: 1px solid #555555;
|
border: 1px solid #555555;
|
||||||
background: #1e1e1e url(images/ui-bg_flat_25_1e1e1e_40x100.png) 50% 50% repeat-x;
|
background: #1e1e1e url(images/ui-bg_flat_25_1e1e1e_40x100.png) 50% 50% repeat-x;
|
||||||
color: #c5c5c5;
|
color: #c5c5c5;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.jtable a:visited {
|
table.jtable a:visited {
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ class SearchFilter
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<form id="filter_form" method="get">
|
<form id="filter_form" method="get">
|
||||||
<div class="ui-widget ui-corner-all ui-widget-content">
|
<div class="ui-widget ui-widget-content ui-corner-all">
|
||||||
<div class="ui-widget-header" style="padding: 5px">Filter</div>
|
<div class="ui-widget-header" style="padding: 5px">Filter</div>
|
||||||
|
|
||||||
<div class="filterelem">
|
<div class="filterelem">
|
||||||
|
|||||||
Reference in New Issue
Block a user