Commit 59a056d43662a8fa6326987de16970aeb1eaa6b2

Authored by higo.gomes
1 parent ff758432

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…

…0Web/Fontes/avaliador-web@10628 c2178572-b5ca-4887-91d2-9e3a90c7d55b
src/main/webapp/inicial_arquivos/css/default.css
... ... @@ -7,6 +7,36 @@
7 7 font-weight: normal;
8 8 font-family: "Open Sans", Arial, Helvetica, sans-serif;
9 9 }
  10 +
  11 + .funcionalidades {
  12 + clear: both;
  13 + }
  14 + .tile
  15 + {
  16 + clear: both;
  17 + }
  18 +
  19 + .funcionalidades ul.breadcrumb {
  20 + border: 1px solid #D1D1D1;
  21 + border-radius: 5px;
  22 + float: left;
  23 + height: 15px;
  24 + padding: 10px;
  25 + background: transparent url('../images/fundo_breadcrumb.jpg') no-repeat left top;
  26 + color: #003760;
  27 + clear: both;
  28 + margin-top: 10px;
  29 +}
  30 + .funcionalidades li {
  31 + list-style: none;
  32 + float: left;
  33 + padding-right: 10px;
  34 +}
  35 +#formaavaliacao
  36 + {
  37 + color: #2C67CD !important;
  38 + font-size: 1.6em;
  39 + }
10 40 header ul li {
11 41 display: inline;
12 42 margin-top: 0;
... ... @@ -116,13 +146,14 @@
116 146 font-size: 3em;
117 147 }
118 148  
119   - #sobre {
120   - clear: both;
  149 + #sobre {
121 150 background: #0a5517;
122 151 padding: 5px 0;
123 152 padding-left: 0;
124 153 text-align: right;
125 154 font-family: Arial, Helvetica, sans-serif;
  155 + margin-bottom:0;
  156 + clear: both;
126 157 }
127 158 #sobre ul {
128 159 margin: 0;
... ... @@ -253,11 +284,6 @@
253 284 padding-right: 0;
254 285 }
255 286  
256   -
257   -
258   -
259   -
260   -
261 287 #accessibility {
262 288 display: block;
263 289 padding-top: 20px;
... ...