Change tasklist main screen layout according to recent changes in Larry skin
This commit is contained in:
parent
008d4b7941
commit
c5f9fd15b4
4 changed files with 17 additions and 13 deletions
|
@ -6,7 +6,7 @@ $labels['lists'] = 'Ressourcen';
|
||||||
$labels['list'] = 'Ressource';
|
$labels['list'] = 'Ressource';
|
||||||
$labels['tags'] = 'Tags';
|
$labels['tags'] = 'Tags';
|
||||||
|
|
||||||
$labels['createnewtask'] = 'Neue Aufgabe eingeben';
|
$labels['createnewtask'] = 'Neue Aufgabe eingeben (z.B. Samstag, Rasenmähen)';
|
||||||
$labels['mark'] = 'Markieren';
|
$labels['mark'] = 'Markieren';
|
||||||
$labels['unmark'] = 'Markierung aufheben';
|
$labels['unmark'] = 'Markierung aufheben';
|
||||||
$labels['edit'] = 'Bearbeiten';
|
$labels['edit'] = 'Bearbeiten';
|
||||||
|
|
|
@ -6,7 +6,7 @@ $labels['lists'] = 'Resources';
|
||||||
$labels['list'] = 'Resource';
|
$labels['list'] = 'Resource';
|
||||||
$labels['tags'] = 'Tags';
|
$labels['tags'] = 'Tags';
|
||||||
|
|
||||||
$labels['createnewtask'] = 'Create new Task';
|
$labels['createnewtask'] = 'Create new Task (e.g. Saturday, Mow the lawn)';
|
||||||
$labels['mark'] = 'Mark';
|
$labels['mark'] = 'Mark';
|
||||||
$labels['unmark'] = 'Unmark';
|
$labels['unmark'] = 'Unmark';
|
||||||
$labels['edit'] = 'Edit';
|
$labels['edit'] = 'Edit';
|
||||||
|
|
|
@ -208,11 +208,14 @@ body.tasklistview #searchmenulink {
|
||||||
#taskstoolbar {
|
#taskstoolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
right: 0;
|
left: 0;
|
||||||
width: 40%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: right;
|
}
|
||||||
|
|
||||||
|
#quicksearchbar {
|
||||||
|
top: -7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quickaddbox {
|
#quickaddbox {
|
||||||
|
@ -227,7 +230,8 @@ body.tasklistview #searchmenulink {
|
||||||
#quickaddinput {
|
#quickaddinput {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px 8px;
|
padding: 3px 8px;
|
||||||
|
height: 18px;
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
background: rgba(255, 255, 255, 0.7);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
border-color: #a3a3a3;
|
border-color: #a3a3a3;
|
||||||
|
|
|
@ -10,10 +10,8 @@
|
||||||
|
|
||||||
<div id="mainscreen">
|
<div id="mainscreen">
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<div id="quicksearchbar">
|
<div id="taskstoolbar" class="toolbar">
|
||||||
<roundcube:object name="plugin.searchform" id="quicksearchbox" />
|
<roundcube:container name="toolbar" id="taskstoolbar" />
|
||||||
<a id="searchmenulink" class="iconbutton searchoptions" > </a>
|
|
||||||
<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="selectorbox" class="uibox listbox">
|
<div id="selectorbox" class="uibox listbox">
|
||||||
|
@ -39,8 +37,10 @@
|
||||||
<roundcube:object name="plugin.quickaddform" />
|
<roundcube:object name="plugin.quickaddform" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="taskstoolbar" class="toolbar">
|
<div id="quicksearchbar">
|
||||||
<roundcube:container name="toolbar" id="taskstoolbar" />
|
<roundcube:object name="plugin.searchform" id="quicksearchbox" />
|
||||||
|
<a id="searchmenulink" class="iconbutton searchoptions" > </a>
|
||||||
|
<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tasksview" class="uibox">
|
<div id="tasksview" class="uibox">
|
||||||
|
|
Loading…
Add table
Reference in a new issue