Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/admin.css3
-rw-r--r--templates/settings.admin.php13
2 files changed, 8 insertions, 8 deletions
diff --git a/css/admin.css b/css/admin.css
index ffef045..9c3b029 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -71,7 +71,7 @@ DIV.nextant_display_text {
}
TD.nextant_admin_left {
- width: 200px;
+ width: 300px;
text-align: right;
font-weight: bold;
padding-right: 15px;
@@ -79,6 +79,7 @@ TD.nextant_admin_left {
TR.nextant_admin_head, TR.nextant_admin_head:hover {
margin-top: 12px;
+ width: 600px;
background: #ddd;
}
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index a35d15b..419a00b 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -42,7 +42,7 @@ style('nextant', 'admin');
</tr>
<tr valign="top">
<td>
- <table style="width: 550px;">
+ <table style="width: 650px;">
<tr>
<td>&nbsp;</td>
</tr>
@@ -82,7 +82,7 @@ style('nextant', 'admin');
</tr>
</table>
<div id="nextant_suboptions">
- <table style="width: 550px;">
+ <table style="width: 650px;">
<tr>
<td>&nbsp;</td>
</tr>
@@ -94,7 +94,7 @@ style('nextant', 'admin');
</tr>
</table>
<div id="solr_sub_files">
- <table style="width: 550px;">
+ <table style="width: 650px;">
<tr style="height: 30px;">
<td class="nextant_admin_left">
@@ -160,7 +160,7 @@ style('nextant', 'admin');
</table>
</div>
- <table style="width: 550px;">
+ <table style="width: 650px;">
<tr>
<td>&nbsp;</td>
</tr>
@@ -173,7 +173,7 @@ style('nextant', 'admin');
</table>
<div id="solr_sub_bookmarks">
- <table style="width: 550px;">
+ <table style="width: 650px;">
<tr style="height: 30px;">
<td colspan="2">
<div id="nextant_bookmarks_appdisabled">
@@ -188,13 +188,12 @@ style('nextant', 'admin');
<td class="nextant_admin_left">
<?php p($l->t('Last index :')) ?></td>
<td><div id="solr_index_bookmarks_last"></div></td>
-
</tr>
</table>
</div>
- <table style="width: 550px;">
+ <table style="width: 650px;">
<tr>
<td>&nbsp;</td>