Fossil

Check-in [b49df0b991]
Login

Check-in [b49df0b991]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:CSS which should have been in the previous commit.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fileedit-ajaxify
Files: files | file ages | folders
SHA3-256: b49df0b99112050c2fe458ccf6b340f972382e18c036bd37b9aa553b52684a5b
User & Date: stephan 2020-05-11 12:02:30.316
Context
2020-05-11
12:06
Removed a trailing 'ajax' WEBPAGE flag which should not have been checked in. ... (check-in: 50a6a75ba1 user: stephan tags: fileedit-ajaxify)
12:02
CSS which should have been in the previous commit. ... (check-in: b49df0b991 user: stephan tags: fileedit-ajaxify)
11:51
/fileedit no longer requires URL arguments: it has a leaf checkin/file selection list on the first tab. ... (check-in: e184992161 user: stephan tags: fileedit-ajaxify)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default_css.txt.
1029
1030
1031
1032
1033
1034
1035
1036








1037
1038



















1039
1040
1041
1042
1043
1044
1045
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fileedit-options.flex-container.flex-row {
  align-items: first baseline;
}








.fileedit-options > div > * {
  margin: 0.25em;



















}
.flex-container.flex-row.stretch {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
}








>
>
>
>
>
>
>
>


>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fileedit-options.flex-container.flex-row {
  align-items: first baseline;
}
.flex-container .flex-grow {
  flex-grow: 10;
  flex-shrink: 0;
}
.flex-container .flex-shrink {
  flex-grow: 0;
  flex-shrink: 10;
}
.fileedit-options > div > * {
  margin: 0.25em;
}
#fileedit-file-selector {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  border-color: inherit;
  border-width: 1px;
  border-style: inset;
  border-radius: 0.5em;
  padding: 0 0.25em;
  margin: 0;
  min-height: 12em;
}
#fileedit-file-selector select {
  height: initial;
  font-family: monospace;
}
#fileedit-file-selector select:focus {
  border: none;
}
.flex-container.flex-row.stretch {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
}