Przeglądaj źródła

Console UI: Fixed glitch in object details layout

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4822 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 8 lat temu
rodzic
commit
eaa6317ce0
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 2 0
      css/light-grey.css
  2. 2 0
      css/light-grey.scss

+ 2 - 0
css/light-grey.css

@@ -1196,6 +1196,8 @@ fieldset .details > .field_container {
   /* .field_value, .field_comments, .field_infos */
 }
 .field_container > div.field_label {
+  min-width: 100px;
+  max-width: 145px;
   width: 30%;
   padding-right: 10px;
 }

+ 2 - 0
css/light-grey.scss

@@ -1297,6 +1297,8 @@ fieldset .details>.field_container {
 		vertical-align: top;
 
 		&.field_label {
+			min-width: 100px;
+			max-width: 145px;
 			width: 30%;
 			padding-right: 10px;