fiddle with css

master v0.5
bel 2020-01-27 02:54:29 +00:00
parent 5f584db9ec
commit c55c9a2817
1 changed files with 18 additions and 8 deletions

View File

@ -17,7 +17,7 @@ body {
min-height: 100%;
background-color: #fff;
font-family: arial;
font-size: 10pt;
font-size: 14pt;
}
#wrapper {
@ -42,6 +42,10 @@ td, th, input, textarea, select {
font-size: 1em;
}
input[type="checkbox"] {
transform: scale(2.0);
}
form {
display: inline;
}
@ -53,7 +57,8 @@ h2, h3 {
h2 {
font-size: 1.5em;
float: left;
padding-right: 10px;
padding: .1em 1em .1em 1em;
margin: 0;
background-color: #ffffff;
}
@ -201,7 +206,7 @@ a {
color: #444444;
display: block;
height: 21px;
padding: 6px 6px 0px 2px;
padding: .5em .5em .5em .2em;
outline: none;
vertical-align: top;
}
@ -318,7 +323,7 @@ a {
.mtt-tabs-add-button {
float: left;
margin-top: 1px;
padding: 6px 2px 0px 2px;
padding: .5em .2em .5em .2em;
font-size: 0.9em;
height: 21px;
border-left: 1px solid #ededed;
@ -344,6 +349,10 @@ a {
display: none;
}
.mtt-tabs-select-button {
padding: .4em .2em .4em .2em;
}
.mtt-tabs-select-button > span {
background: url(images/icons.gif) -64px 0 no-repeat;
}
@ -571,16 +580,18 @@ a {
.task-left {
float: left;
padding-right: .7em;
}
.task-toggle {
visibility: hidden;
margin-top: 2px;
cursor: pointer;
width: 15px;
height: 15px;
float: left;
background: url(images/icons.gif) -64px -16px no-repeat;
margin: .2em 1em 0em .5em;
transform: scale(1.5);
}
li.task-has-note .task-toggle {
@ -603,7 +614,7 @@ li.task-expanded .task-toggle {
}
#tasklist li {
padding: 6px 2px 6px 6px;
padding: .5em .1em .5em .05em;
border-bottom: 1px solid #DEDEDE;
min-height: 18px;
margin-bottom: 1px;
@ -775,14 +786,13 @@ li:hover a.taskactionbtn, a.taskactionbtn.mtt-menu-button-active {
}
.task-note-block {
margin-left: 2px;
color: #777777;
background: url(images/page_white_text.png) left 2px no-repeat;
padding-left: 19px;
padding-top: 2px;
min-height: 16px;
margin-top: 2px;
display: none;
margin: .7em .5em 0 0;
}
li.task-expanded .task-note-block {