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['tags'] = 'Tags';
|
||||
|
||||
$labels['createnewtask'] = 'Neue Aufgabe eingeben';
|
||||
$labels['createnewtask'] = 'Neue Aufgabe eingeben (z.B. Samstag, Rasenmähen)';
|
||||
$labels['mark'] = 'Markieren';
|
||||
$labels['unmark'] = 'Markierung aufheben';
|
||||
$labels['edit'] = 'Bearbeiten';
|
||||
|
|
|
@ -6,7 +6,7 @@ $labels['lists'] = 'Resources';
|
|||
$labels['list'] = 'Resource';
|
||||
$labels['tags'] = 'Tags';
|
||||
|
||||
$labels['createnewtask'] = 'Create new Task';
|
||||
$labels['createnewtask'] = 'Create new Task (e.g. Saturday, Mow the lawn)';
|
||||
$labels['mark'] = 'Mark';
|
||||
$labels['unmark'] = 'Unmark';
|
||||
$labels['edit'] = 'Edit';
|
||||
|
|
|
@ -208,11 +208,14 @@ body.tasklistview #searchmenulink {
|
|||
#taskstoolbar {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: 0;
|
||||
width: 40%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#quicksearchbar {
|
||||
top: -7px;
|
||||
}
|
||||
|
||||
#quickaddbox {
|
||||
|
@ -227,7 +230,8 @@ body.tasklistview #searchmenulink {
|
|||
#quickaddinput {
|
||||
width: 85%;
|
||||
margin: 0;
|
||||
padding: 5px 8px;
|
||||
padding: 3px 8px;
|
||||
height: 18px;
|
||||
background: #f1f1f1;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
border-color: #a3a3a3;
|
||||
|
|
|
@ -10,12 +10,10 @@
|
|||
|
||||
<div id="mainscreen">
|
||||
<div id="sidebar">
|
||||
<div id="quicksearchbar">
|
||||
<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 id="taskstoolbar" class="toolbar">
|
||||
<roundcube:container name="toolbar" id="taskstoolbar" />
|
||||
</div>
|
||||
|
||||
|
||||
<div id="selectorbox" class="uibox listbox">
|
||||
<div class="scroller">
|
||||
<h2 class="boxtitle"><roundcube:label name="tasklist.tags" /></h2>
|
||||
|
@ -39,8 +37,10 @@
|
|||
<roundcube:object name="plugin.quickaddform" />
|
||||
</div>
|
||||
|
||||
<div id="taskstoolbar" class="toolbar">
|
||||
<roundcube:container name="toolbar" id="taskstoolbar" />
|
||||
<div id="quicksearchbar">
|
||||
<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 id="tasksview" class="uibox">
|
||||
|
|
Loading…
Add table
Reference in a new issue