mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
Refinements to timestamp button
- Smaller buttons, better positioning
This commit is contained in:
parent
dde64ba491
commit
ff868f4539
@ -64,6 +64,16 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.infologExtraButton {
|
||||||
|
background-position: center;
|
||||||
|
background-size: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
button.infologExtraButton:hover {
|
||||||
|
background-size: 16px;
|
||||||
|
}
|
||||||
td.infologEncrypt {
|
td.infologEncrypt {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -77,7 +87,7 @@ td.infologTimestamp {
|
|||||||
}
|
}
|
||||||
button#infolog-edit_timestamp {
|
button#infolog-edit_timestamp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 19px;
|
right: -35px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
div#infolog-edit_infolog-edit-description {
|
div#infolog-edit_infolog-edit-description {
|
||||||
|
@ -215,8 +215,8 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="et2_toolbar">
|
<row class="et2_toolbar">
|
||||||
<description id="spacer" span="6"/>
|
<description id="spacer" span="6"/>
|
||||||
<buttononly statustext="Insert timestamp into description field" id="timestamp" class="infologTimestamp" background_image="1" image="timestamp" onclick="app.infolog.insert_text('info_des');"/>
|
<buttononly statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" background_image="1" image="timestamp" onclick="app.infolog.insert_text('info_des');"/>
|
||||||
<buttononly statustext="Encrypt description" id="encrypt" class="infologEncrypt" background_image="1" image="lock" onclick="app.infolog.toggleEncrypt"/>
|
<buttononly statustext="Encrypt description" id="encrypt" class="infologExtraButton infologEncrypt" background_image="1" image="lock" onclick="app.infolog.toggleEncrypt"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="250px">
|
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="250px">
|
||||||
|
@ -137,6 +137,16 @@ tr.dialogOperators td,
|
|||||||
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
button.infologExtraButton {
|
||||||
|
background-position: center;
|
||||||
|
background-size: 16px;
|
||||||
|
padding: 0px;
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
button.infologExtraButton:hover {
|
||||||
|
background-size: 16px;
|
||||||
|
}
|
||||||
td.infologEncrypt {
|
td.infologEncrypt {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -150,7 +160,7 @@ td.infologTimestamp {
|
|||||||
}
|
}
|
||||||
button#infolog-edit_timestamp {
|
button#infolog-edit_timestamp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 19px;
|
right: -35px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
div#infolog-edit_infolog-edit-description {
|
div#infolog-edit_infolog-edit-description {
|
||||||
@ -444,7 +454,7 @@ button#infolog-edit_timestamp {
|
|||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
}
|
}
|
||||||
label[id^='infolog-index_'][id$='info_enddate]'] {
|
label[id^='infolog-index_'][id$='info_enddate]'] {
|
||||||
font-size: 8pt;
|
font-size: 9pt;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
label[id^='infolog-index_'][id$='info_startdate]'] {
|
label[id^='infolog-index_'][id$='info_startdate]'] {
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||||
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
||||||
@import (less) "../default/app.css";
|
@import (less) "../default/app.css";
|
||||||
|
Loading…
Reference in New Issue
Block a user