Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit feff775

Browse files
committed
Fix various display issues on old themes, related to the new filtering mechanism.
1 parent 3cb474c commit feff775

File tree

6 files changed

+109
-3
lines changed

6 files changed

+109
-3
lines changed

core/src/plugins/gui.ajax/res/themes/oxygen/css/ajaxplorer.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,36 @@ div.resizeGhost{
10421042
opacity:0.7;
10431043
}
10441044

1045+
div.sort-table-filter div.header_cell {
1046+
border-right: 1px solid #ccc !important;
1047+
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.37);
1048+
}
1049+
1050+
div.sort-table-filter div.header_cell:last-child {
1051+
border-right: 0 !important;
1052+
}
1053+
1054+
div.header_cell input[type="text"] {
1055+
margin-left: 0;
1056+
width: 96%;
1057+
border: 0;
1058+
background: transparent;
1059+
}
1060+
1061+
div.sort-table-filter {
1062+
display: none;
1063+
}
1064+
1065+
div.fl-showFilterPane div.sort-table-filter {
1066+
display: block;
1067+
}
1068+
1069+
div.fl-displayMode-list.fl-showFilterPane div.scroller_track {
1070+
top: 50px !important;
1071+
}
1072+
1073+
1074+
10451075
div.header_resizer div.descending {
10461076
background-color: #daddd7;
10471077
background-image: url("../images/arrow_up_margin.png");
@@ -1307,6 +1337,18 @@ div.editor_header > span.header_label{
13071337
background-position: 14px 9px;
13081338
}
13091339

1340+
#plugin_edit_box div.editor_header > span.header_label {
1341+
font-size: 28px;
1342+
margin: 9px 0 0 147px;
1343+
display: inline-block;
1344+
background-image: none !important;
1345+
padding: 0;
1346+
}
1347+
1348+
#ws_legend label{
1349+
font-size:16px !important;
1350+
}
1351+
13101352
/*
13111353
BOOKMARKS BAR
13121354
*/

core/src/plugins/gui.ajax/res/themes/oxygen/css/allz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/plugins/gui.ajax/res/themes/umbra/css/ajaxplorer.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,38 @@ div.resizeGhost{
14511451
opacity:0.7;
14521452
}
14531453

1454+
div.sort-table-filter div.header_cell {
1455+
border-right: 1px solid #ccc !important;
1456+
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.37);
1457+
}
1458+
1459+
div.sort-table-filter div.header_cell:last-child {
1460+
border-right: 0 !important;
1461+
}
1462+
1463+
div.header_cell input[type="text"] {
1464+
margin-left: 0;
1465+
width: 96%;
1466+
border: 0;
1467+
background: transparent;
1468+
}
1469+
1470+
div.sort-table-filter {
1471+
display: none;
1472+
}
1473+
1474+
div.fl-showFilterPane div.sort-table-filter {
1475+
display: block;
1476+
}
1477+
1478+
div.fl-displayMode-list.fl-showFilterPane div.scroller_track {
1479+
top: 50px !important;
1480+
}
1481+
1482+
#ws_legend label{
1483+
font-size:16px !important;
1484+
}
1485+
14541486
/*
14551487
div.header_resizer div.descending {
14561488
background-color: #daddd7;

core/src/plugins/gui.ajax/res/themes/umbra/css/allz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/plugins/gui.ajax/res/themes/vision/css/ajaxplorer.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,38 @@ div.resizeGhost{
19421942
opacity:0.7;
19431943
}
19441944

1945+
div.sort-table-filter div.header_cell {
1946+
border-right: 1px solid #ccc !important;
1947+
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.37);
1948+
}
1949+
1950+
div.sort-table-filter div.header_cell:last-child {
1951+
border-right: 0 !important;
1952+
}
1953+
1954+
div.header_cell input[type="text"] {
1955+
margin-left: 0;
1956+
width: 96%;
1957+
border: 0;
1958+
background: transparent;
1959+
}
1960+
1961+
div.sort-table-filter {
1962+
display: none;
1963+
}
1964+
1965+
div.fl-showFilterPane div.sort-table-filter {
1966+
display: block;
1967+
}
1968+
1969+
div.fl-displayMode-list.fl-showFilterPane div.scroller_track {
1970+
top: 50px !important;
1971+
}
1972+
1973+
#ws_legend label{
1974+
font-size:16px !important;
1975+
}
1976+
19451977
/*
19461978
div.header_resizer div.descending {
19471979
background-color: #daddd7;

core/src/plugins/gui.ajax/res/themes/vision/css/allz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)