fatter task action button, fix weird spacing
This commit is contained in:
@@ -198,7 +198,7 @@ a {
|
||||
.mtt-tab a {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
font-size: 0.9em;
|
||||
/*font-size: 0.9em;*/
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
@@ -454,8 +454,8 @@ a {
|
||||
}
|
||||
|
||||
.mtt-taskbox-icon.mtt-icon-submittask {
|
||||
background: url(images/mzl.png) 0px -32px no-repeat;
|
||||
right: 4px;
|
||||
/*background: url(images/mzl.png) 0px -32px no-repeat;
|
||||
right: 4px;*/
|
||||
}
|
||||
|
||||
#newtask_adv span {
|
||||
@@ -627,9 +627,9 @@ li.task-expanded .task-toggle {
|
||||
}
|
||||
|
||||
.task-actions {
|
||||
float: right;
|
||||
width: 20px;
|
||||
text-align: right;
|
||||
/*float: right;*/
|
||||
/*width: 20px;*/
|
||||
/*text-align: right;*/
|
||||
}
|
||||
|
||||
.task-date {
|
||||
@@ -760,18 +760,20 @@ li.task-completed .task-title a {
|
||||
}
|
||||
|
||||
a.taskactionbtn {
|
||||
display: block;
|
||||
/*display: block;*/
|
||||
/*
|
||||
float: right;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
*/
|
||||
text-decoration: none;
|
||||
background: url(images/icons.gif) 0 0 no-repeat;
|
||||
display: none;
|
||||
/*background: url(images/icons.gif) 0 0 no-repeat;*/
|
||||
/*display: none;*/
|
||||
}
|
||||
|
||||
li:hover a.taskactionbtn, a.taskactionbtn.mtt-menu-button-active {
|
||||
background-position: -16px 0;
|
||||
display: block;
|
||||
/*background-position: -16px 0;*/
|
||||
/*display: block;*/
|
||||
}
|
||||
|
||||
#tasklist.filter-past li, #tasklist.filter-today li, #tasklist.filter-soon li {
|
||||
@@ -1484,7 +1486,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; }
|
||||
|
||||
/* Quick Task Add */
|
||||
.taskbox-c { flex-grow:1; display:flex; align-items:center; }
|
||||
.mtt-taskbox { position:relative; padding-left:22px; /*input padding+border*/ flex-grow:1; max-width:430px; }
|
||||
.mtt-taskbox { position:relative; /*padding-left:22px;*/ /*input padding+border*/ flex-grow:1; max-width:430px; }
|
||||
#task { color:#444444; background:#fff; height:1.35rem; padding:2px 4px; padding-right:20px; border:1px solid #ccc; border-radius:3px; width:100%; margin-left:-24px; }
|
||||
#mtt_body.show-all-tasks .taskbox-c, #mtt_body.readonly .taskbox-c { display:none; }
|
||||
|
||||
@@ -1756,3 +1758,10 @@ li.mtt-item-hidden { display:none; }
|
||||
.mtt-settings-table select { padding:2px; border:1px solid #ccc; border-radius:2px; }
|
||||
.mtt-settings-table .form-bottom-buttons input { padding:4px; border:1px solid #ccc; border-radius:3px; background-color:#efefef; margin:2px; }
|
||||
.mtt-settings-table input:focus, .mtt-settings-table select:focus { outline:none; border-color:#5a8df0; box-shadow:0 0 0 2px rgba(90,141,240,0.7); }
|
||||
|
||||
|
||||
/* bel post 165 */
|
||||
|
||||
.task-actions .taskactionbtn {
|
||||
width: 2.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user