Skip to content

Commit

Permalink
design
Browse files Browse the repository at this point in the history
  • Loading branch information
dduenhas committed Nov 23, 2013
1 parent a34c327 commit 84ab323
Show file tree
Hide file tree
Showing 12 changed files with 321 additions and 235 deletions.
57 changes: 56 additions & 1 deletion css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,16 @@ textarea {
line-height: inherit;
}

.white {
color: #ffffff;
text-decoration: none;
vertical-align: middle;
}

a.white {
color: #ffffff;
text-decoration: none;
vertical-align: middle;
}
a.white:hover,
a.white:focus {
Expand Down Expand Up @@ -606,6 +613,9 @@ ul ol,
ol ol {
margin-bottom: 0;
}
li.valign {
vertical-align: middle;
}

.list-unstyled {
padding-left: 0;
Expand Down Expand Up @@ -1639,6 +1649,11 @@ th {
text-align: left;
}

.table2 {
width: 90%;
margin-bottom: 20px;
}

.table {
width: 100%;
margin-bottom: 20px;
Expand Down Expand Up @@ -2264,6 +2279,34 @@ textarea.input-lg {
-o-user-select: none;
user-select: none;
}
.flutua {
z-index: 0;
float: left;
position: relative;

}

.btn2 {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 0px;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.btn:focus {
outline: thin dotted #333;
Expand Down Expand Up @@ -5241,9 +5284,21 @@ a.list-group-item.active > .badge,
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
background-color: #eeeeee;


}

.jumbotron2 {
padding: 30px;
margin-bottom: 30px;
font-size: 21px;
font-weight: 200;
line-height: 2.1428571435;
background-image: "/images/fundo.jpg";
}


.jumbotron h1 {
line-height: 1;
color: inherit;
Expand Down
11 changes: 10 additions & 1 deletion css/custom.css
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
body { padding-top: 70px; }

body { padding-top: 70px; }

html {

background: transparent;


}

23 changes: 23 additions & 0 deletions css/formmodalcustom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
input {
height: 35px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
border-color: #666666;
}

select {
height: 35px;
line-height: 35px;
border-color: #666666;
}

textarea {
height: auto;

border-color: #666666;
border-style: solid;
border-width: thin;
padding: 3px;
}
Binary file added images/fundo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/smalllogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/xsmalllogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions js/jquery.backstretch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions templates/deliverfee.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<br>
<h3>Submeter requisicao</h3>
<link href="/css/formmodalcustom.css" rel="stylesheet">

<form action="/app/createDeliverFee" method="post">
<table>
{{form}}
<tr>
<td>
<input type="submit" value="Salvar">
<p class="text-center"><input type="submit" value="Salvar" class="btn btn-primary"></p>
</td>
</tr>
</table>
Expand Down
Loading

0 comments on commit 84ab323

Please sign in to comment.