Commit 191525f8831dce215e71aa29a2021e2d32f3c1a5

Authored by higo.gomes
1 parent 978486f9

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

…0Web/Fontes/avaliador-web@10626 c2178572-b5ca-4887-91d2-9e3a90c7d55b
src/main/webapp/inicial_arquivos/css/tab_css.css
... ... @@ -4,6 +4,7 @@
4 4 min-height: 270px;
5 5 clear: both;
6 6 margin: 25px 0;
  7 + font-size: 1.2em;
7 8 }
8 9 .tab {
9 10 float: left;
... ... @@ -31,14 +32,14 @@
31 32 position: absolute;
32 33 top: 28px;
33 34 left: 0;
34   - background: #ffffff;
  35 + background: #dbe9ba;
35 36 right: 0;
36 37 bottom: 0;
37 38 padding: 20px;
38 39 border: 1px solid #ccc;
39 40 }
40 41 [type=radio]:checked ~ label {
41   - background: #ffffff;
  42 + background:#dbe9ba;
42 43 border-bottom: 1px solid #ffffff;
43 44 z-index: 2;
44 45 }
... ... @@ -60,9 +61,10 @@
60 61 clear: both;
61 62 margin: 25px 0;
62 63 min-width: 80%;
  64 + font-size: 1.2em;
63 65 }
64 66 .tab .contenteudo {
65   - background-color: #fff;
  67 + background-color: #dbe9ba;
66 68 border: 1px solid #000;
67 69 padding-right: 10px;
68 70 margin-bottom: 15px;
... ...