diff --git a/src/main/webapp/inicial_arquivos/css/avaliar.css b/src/main/webapp/inicial_arquivos/css/avaliar.css
index f8bbbe2..ee2a87b 100644
--- a/src/main/webapp/inicial_arquivos/css/avaliar.css
+++ b/src/main/webapp/inicial_arquivos/css/avaliar.css
@@ -1,37 +1,26 @@
@media only screen and (min-width : 768px) {
-#bom
- {
- width: 15px;
- height: 15px;
- float: left;
- background: #0d0;
- border: 1px solid #090;
+ #bom
+ {
+ width: 80px;
+ height: 20px;
+
}
#razoavel
{
- width: 15px;
- height: 15px;
- float: left;
- background: #ffff00;
- border: 1px solid #f2f200;
+ width: 125px;
+ height: 20px;;
}
#ruim
{
- width: 15px;
- height: 15px;
- float: left;
- background: #ff8000;
- border: 1px solid #e17100;
+ width: 127px;
+ height: 20px;;
}
#pessimo
{
- width: 15px;
- height: 15px;
- float: left;
- background: #ff0000;
- border: 1px solid #ea0000;
+ width: 70px;
+ height: 20px;
}
#legenda{
@@ -387,13 +376,13 @@
/*-----Fim (min-width : 768px)------ */
@media only screen and (max-width : 768px) {
- #bom
+ .imgLegenda
{
- width: 15px;
+ width: 30px;
height: 15px;
float: left;
- background: #0d0;
- border: 1px solid #090;
+ background: #28be28;
+ border: 1px solid #008000;
}
#razoavel
{
--
libgit2 0.21.2