
--- client/resources/css/common.css
+++ client/resources/css/common.css
... | ... | @@ -39,9 +39,7 @@ |
39 | 39 |
/* border-radius: 5px; */ |
40 | 40 |
border: 1px solid #c8c8c8; |
41 | 41 |
} |
42 |
-.text-input { |
|
43 |
- width: 13rem !important; |
|
44 |
-} |
|
42 |
+ |
|
45 | 43 |
select { |
46 | 44 |
padding: 0.5rem; |
47 | 45 |
/* border-radius: 5px; */ |
--- client/resources/css/main.css
+++ client/resources/css/main.css
... | ... | @@ -93,6 +93,7 @@ |
93 | 93 |
.time-input, |
94 | 94 |
.text-input { |
95 | 95 |
height: 3rem; |
96 |
+ width: 13rem !important; |
|
96 | 97 |
} |
97 | 98 |
|
98 | 99 |
.mobile { |
+++ crosswalk/.idea/crosswalk.iml
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<module type="JAVA_MODULE" version="4"> | |
3 | + <component name="NewModuleRootManager" inherit-compiler-output="true"> | |
4 | + <exclude-output /> | |
5 | + <content url="file://$MODULE_DIR$" /> | |
6 | + <orderEntry type="inheritedJdk" /> | |
7 | + <orderEntry type="sourceFolder" forTests="false" /> | |
8 | + </component> | |
9 | +</module>(파일 끝에 줄바꿈 문자 없음) |
+++ crosswalk/.idea/misc.xml
... | ... | @@ -0,0 +1,6 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="JavaScriptSettings"> | |
4 | + <option name="languageLevel" value="ES6" /> | |
5 | + </component> | |
6 | +</project>(파일 끝에 줄바꿈 문자 없음) |
+++ crosswalk/.idea/modules.xml
... | ... | @@ -0,0 +1,8 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="ProjectModuleManager"> | |
4 | + <modules> | |
5 | + <module fileurl="file://$PROJECT_DIR$/.idea/crosswalk.iml" filepath="$PROJECT_DIR$/.idea/crosswalk.iml" /> | |
6 | + </modules> | |
7 | + </component> | |
8 | +</project>(파일 끝에 줄바꿈 문자 없음) |
+++ crosswalk/.idea/vcs.xml
... | ... | @@ -0,0 +1,6 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="VcsDirectoryMappings"> | |
4 | + <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> | |
5 | + </component> | |
6 | +</project>(파일 끝에 줄바꿈 문자 없음) |
+++ crosswalk/.idea/workspace.xml
... | ... | @@ -0,0 +1,77 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project version="4"> | |
3 | + <component name="ChangeListManager"> | |
4 | + <list default="true" id="66b1bc68-8f71-42f9-ac25-9579ae265017" name="Default Changelist" comment=""> | |
5 | + <change beforePath="$PROJECT_DIR$/../client/resources/css/common.css" beforeDir="false" afterPath="$PROJECT_DIR$/../client/resources/css/common.css" afterDir="false" /> | |
6 | + <change beforePath="$PROJECT_DIR$/../client/resources/css/main.css" beforeDir="false" afterPath="$PROJECT_DIR$/../client/resources/css/main.css" afterDir="false" /> | |
7 | + </list> | |
8 | + <option name="SHOW_DIALOG" value="false" /> | |
9 | + <option name="HIGHLIGHT_CONFLICTS" value="true" /> | |
10 | + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | |
11 | + <option name="LAST_RESOLUTION" value="IGNORE" /> | |
12 | + </component> | |
13 | + <component name="Git.Settings"> | |
14 | + <option name="RECENT_BRANCH_BY_REPOSITORY"> | |
15 | + <map> | |
16 | + <entry key="$PROJECT_DIR$" value="front_end" /> | |
17 | + </map> | |
18 | + </option> | |
19 | + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." /> | |
20 | + </component> | |
21 | + <component name="ProjectId" id="2TQ37GbAnwTIEP0z5SBo3WRCTiF" /> | |
22 | + <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> | |
23 | + <component name="ProjectViewState"> | |
24 | + <option name="hideEmptyMiddlePackages" value="true" /> | |
25 | + <option name="showLibraryContents" value="true" /> | |
26 | + </component> | |
27 | + <component name="PropertiesComponent"> | |
28 | + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> | |
29 | + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> | |
30 | + <property name="WebServerToolWindowFactoryState" value="false" /> | |
31 | + <property name="aspect.path.notification.shown" value="true" /> | |
32 | + <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../../intellij/workspace/innovation" /> | |
33 | + <property name="nodejs_package_manager_path" value="npm" /> | |
34 | + <property name="settings.editor.selected.configurable" value="configurable.group.language" /> | |
35 | + </component> | |
36 | + <component name="SvnConfiguration"> | |
37 | + <configuration /> | |
38 | + </component> | |
39 | + <component name="TaskManager"> | |
40 | + <task active="true" id="Default" summary="Default task"> | |
41 | + <changelist id="66b1bc68-8f71-42f9-ac25-9579ae265017" name="Default Changelist" comment="" /> | |
42 | + <created>1690961307434</created> | |
43 | + <option name="number" value="Default" /> | |
44 | + <option name="presentableId" value="Default" /> | |
45 | + <updated>1690961307434</updated> | |
46 | + <workItem from="1690961308713" duration="602000" /> | |
47 | + <workItem from="1690961989779" duration="710000" /> | |
48 | + <workItem from="1691048277096" duration="451000" /> | |
49 | + </task> | |
50 | + <servers /> | |
51 | + </component> | |
52 | + <component name="TypeScriptGeneratedFilesManager"> | |
53 | + <option name="version" value="2" /> | |
54 | + <option name="exactExcludedFiles"> | |
55 | + <list> | |
56 | + <option value="$PROJECT_DIR$/client/views/pages/AppRouter.js" /> | |
57 | + <option value="$PROJECT_DIR$/client/views/index.js" /> | |
58 | + <option value="$PROJECT_DIR$/client/resources/js/commonUtil.js" /> | |
59 | + </list> | |
60 | + </option> | |
61 | + </component> | |
62 | + <component name="WindowStateProjectService"> | |
63 | + <state x="-2975" y="286" key="CommitChangelistDialog2" timestamp="1690962060936"> | |
64 | + <screen x="-3840" y="0" width="2560" height="1440" /> | |
65 | + </state> | |
66 | + <state x="-2975" y="286" key="CommitChangelistDialog2/0.0.2560.1400/-3840.0.2560.1440@-3840.0.2560.1440" timestamp="1690962060936" /> | |
67 | + <state x="-2779" y="468" key="FileChooserDialogImpl" timestamp="1691048354897"> | |
68 | + <screen x="-3840" y="0" width="2560" height="1440" /> | |
69 | + </state> | |
70 | + <state x="-2779" y="468" key="FileChooserDialogImpl/0.0.2560.1400/-3840.0.2560.1440@-3840.0.2560.1440" timestamp="1691048354897" /> | |
71 | + <state x="1061" y="455" key="FileChooserDialogImpl/0.0.2560.1400/-3840.0.2560.1440@0.0.2560.1400" timestamp="1690961427905" /> | |
72 | + <state x="-2804" y="412" key="git4idea.branch.GitSmartOperationDialog" timestamp="1690962079909"> | |
73 | + <screen x="-3840" y="0" width="2560" height="1440" /> | |
74 | + </state> | |
75 | + <state x="-2804" y="412" key="git4idea.branch.GitSmartOperationDialog/0.0.2560.1400/-3840.0.2560.1440@-3840.0.2560.1440" timestamp="1690962079909" /> | |
76 | + </component> | |
77 | +</project>(파일 끝에 줄바꿈 문자 없음) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?