uniti front-end e back-end in un unico war

This commit is contained in:
2015-07-08 15:22:39 +02:00
parent 98e1e95c13
commit b0c026abea
18 changed files with 707 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
div.input-control {
margin-bottom: 2%;
background-color: #ccc;
padding: 1% 2%;
border-radius: 4px;
}
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-striped tbody tr td {
text-align: center;
}
html body.Wt-ltr div.Wt-domRoot div div.container div.row table.table-bordered.table-condensed.table-striped thead tr th {
text-align: center;
}
div.search-input form.form-inline div.form-group
{
text-align: center;
}
div.container.main-container
{
text-align: center;
}
td a img.download-icon
{
margin-right: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="526.05px" viewBox="0.328 0 512 526.05" enable-background="new 0.328 0 512 526.05" xml:space="preserve">
<g>
<path d="M482.842,308.102c-16.287,0-29.486,13.194-29.486,29.486v129.488H59.302V337.588c0-16.292-13.188-29.486-29.486-29.486
c-16.287,0-29.487,13.194-29.487,29.486v158.975c0,16.287,13.2,29.487,29.487,29.487h453.026c16.287,0,29.487-13.2,29.487-29.487
V337.588C512.329,321.296,499.129,308.102,482.842,308.102z"/>
<path d="M235.473,374.613c5.534,5.529,13.032,8.639,20.854,8.639c7.818,0,15.316-3.093,20.845-8.639l118.903-118.905
c11.518-11.51,11.518-30.181,0-41.693c-11.507-11.519-30.189-11.519-41.696,0l-68.568,68.568V29.487
C285.81,13.197,272.611,0,256.327,0c-16.287,0-29.486,13.197-29.486,29.487v253.09l-68.551-68.557
c-11.519-11.519-30.195-11.513-41.702-0.006c-11.507,11.519-11.507,30.189-0.006,41.699L235.473,374.613z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB