"Added: Add componant feature"

This commit is contained in:
2017-10-24 21:42:57 +02:00
parent 6cf5daf2a1
commit 1e1ead5888
9 changed files with 313 additions and 117 deletions

View File

@@ -139,16 +139,9 @@ div.content {
text-align: justify;
}
div.git_desc, pre {
border-style: solid;
border-color: #FF5D00;
border-width: 1px;
background-color: #FFFFFF;
padding: 5px;
}
div.git_desc {
text-align: justify;
div.note {
font-size: 12px;
line-height: 12px;
}
div.error {
@@ -206,13 +199,17 @@ div.result_container {
border-right-style: solid;
}
div.block {
div.block, div.noborder {
overflow: hidden;
border-top-style: solid;
border-top-width: 1px;
height: 20px;
}
div.noborder {
border-style: none;
}
div.inner{
overflow: hidden;
float: center;
@@ -260,10 +257,19 @@ div.block text.refresh {
div.block text.search {
background: url(../images/search.png);
margin-left: 275px;
margin-left: 255px;
}
div.inner text.edit:hover, div.inner text.trash:hover, div.block text.refresh:hover, div.block text.search:hover{
div.block text.save {
background: url(../images/save.png);
margin-left: 32px;
}
div.inner text.edit:hover,
div.inner text.trash:hover,
div.block text.refresh:hover,
div.block text.search:hover,
div.block text.save:hover{
background-color: #FFB387;
cursor: pointer;
}
@@ -277,7 +283,11 @@ div.inner text.edit {
background-repeat: no-repeat;
}
div.inner text.trash, div.inner text.edit, div.block text.refresh, div.block text.search {
div.inner text.trash,
div.inner text.edit,
div.block text.refresh,
div.block text.search,
div.block text.save {
width: 8px;
float:left;
height: 16px;
@@ -286,11 +296,11 @@ div.inner text.trash, div.inner text.edit, div.block text.refresh, div.block tex
}
div.even {
background-color: #FFFFFF;
background-color: #E5E5E5;
}
div.odd {
background-color: #E5E5E5;
background-color: #FFFFFF;
}
div.block label {