Fossil

Diff
Login

Diff

Differences From Artifact [990fb7c781]:

To Artifact [c0a545d0e4]:


859
860
861
862
863
864
865
866

867
868
869
870


871


872



873




874
875

876
877
878


879
880
881


882
883
884
885
886
887
888
859
860
861
862
863
864
865

866
867
868
869

870
871
872
873
874
875
876
877
878

879
880
881
882
883

884
885


886
887
888


889
890
891
892
893
894
895
896
897







-
+



-
+
+

+
+

+
+
+
-
+
+
+
+

-
+

-
-
+
+

-
-
+
+







//   vertical-align: top;
// }
// #setup_skinedit_css_defaults > tbody > tr > td:nth-of-type(2) > div {
//   max-width: 30em;
//   overflow: auto;
// }
// .fileedit-XXX => /fileedit page
.fileedit-form textarea {
form.fileedit textarea {
  font-family: monospace;
  width: 100%;
}
.fileedit-form fieldset {
form.fileedit fieldset {
  margin: 0.5em 0 0 0;
  border-radius: 0.5em;
  border-color: inherit;
  border-width: 1px;
}
form.fileedit fieldset > legend {
  margin-left: 1em;
}
.fileedit-form .fileedit-options {
form.fileedit fieldset > div {
  margin: 0 0.25em;
}
form.fileedit fieldset > div > .input-with-label {
  padding: 0.5em;
  margin: 1em 0 0 0;
  margin: 0.25em 0.5em;
}
.fileedit-form .fileedit-buttons > div > * {
  margin: 0 0.25em 0.25em 0.25em;
form.fileedit fieldset > div > button {
  margin: 0.25em 0.5em;
}
.fileedit-form .fileedit-options > div > * {
  margin: 0 0.25em 0.25em 0.25em;
form.fileedit input:invalid {
  border-left: 0.2em dashed red;
}
.fileedit-hint {
  font-size: 80%;
  opacity: 0.75;
}
.fileedit-error-report {
  background: yellow;
899
900
901
902
903
904
905

906
907
908
909
910
911
912
913



914
915









916
917
918
919
920
921
922
923
924
925


926
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945


946
947
948







+








+
+
+


+
+
+
+
+
+
+
+
+








-
-
+
+

div.fileedit-preview {
  margin: 0;
  padding: 0;
}
.fileedit-preview > div:first-child {
  border-bottom: 1px dashed;
}

.input-with-label {
  border: 1px inset #808080;
  border-radius: 0.5em;
  padding: 0.25em 0.4em;
  margin: 0 0.5em;
  display: inline-block;
  cursor: pointer;
}
.input-with-label > * {
  vertical-align: middle;
}
.input-with-label > input {
    margin: 0;
}
.input-with-label > select {
  margin: 0;
}
.input-with-label > input[type=text] {
  margin: 0;
}
.input-with-label > textarea {
  margin: 0;
}
.input-with-label > input[type=checkbox] {
    vertical-align: sub;
}
.input-with-label > input[type=radio] {
    vertical-align: sub;
}
.input-with-label > span {
    margin: 0 0 0 0.4em;
    vertical-align: text-bottom;
    margin: 0 0.25em 0 0.25em;
    vertical-align: middle;
}