Commit d9d289ea by Fernando Martínez Santiago

Merge branch 'develop' of http://gitlab.ujaen.es/yotta/pictogram into develop

parents 3bd1db39 f66da0cc
Showing with 1 additions and 2 deletions
...@@ -1139,7 +1139,6 @@ input.editable.grid-name { ...@@ -1139,7 +1139,6 @@ input.editable.grid-name {
border: 1px solid #e7e7e7; border: 1px solid #e7e7e7;
border-radius: 5px; border-radius: 5px;
padding-top: 1em; padding-top: 1em;
padding-bottom: 1em;
} }
.grid-panel-head{ .grid-panel-head{
width: 100%; width: 100%;
...@@ -1147,7 +1146,7 @@ input.editable.grid-name { ...@@ -1147,7 +1146,7 @@ input.editable.grid-name {
} }
.grid-panel-select{ .grid-panel-select{
border: 1px solid #e7e7e7; border: 1px solid #e7e7e7;
min-width:9.5em; width: 90%;
} }
.grid-panel-select-optionselected{ .grid-panel-select-optionselected{
background-color:#c5e4c5; background-color:#c5e4c5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment