@girder/core 3.2.8 → 5.0.0-a6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/README.md +61 -0
  2. package/package.json +79 -31
  3. package/assets/Girder_Mark.png +0 -0
  4. package/auth.js +0 -152
  5. package/collections/ApiKeyCollection.js +0 -9
  6. package/collections/AssetstoreCollection.js +0 -9
  7. package/collections/Collection.js +0 -295
  8. package/collections/CollectionCollection.js +0 -9
  9. package/collections/FileCollection.js +0 -11
  10. package/collections/FolderCollection.js +0 -11
  11. package/collections/GroupCollection.js +0 -9
  12. package/collections/ItemCollection.js +0 -11
  13. package/collections/UserCollection.js +0 -24
  14. package/collections/index.js +0 -21
  15. package/constants.js +0 -33
  16. package/dialog.js +0 -128
  17. package/events.js +0 -6
  18. package/index.js +0 -31
  19. package/main.js +0 -21
  20. package/misc.js +0 -260
  21. package/models/AccessControlledModel.js +0 -76
  22. package/models/ApiKeyModel.js +0 -31
  23. package/models/AssetstoreModel.js +0 -43
  24. package/models/CollectionCreationPolicyModel.js +0 -20
  25. package/models/CollectionModel.js +0 -12
  26. package/models/FileModel.js +0 -310
  27. package/models/FolderModel.js +0 -33
  28. package/models/GroupModel.js +0 -197
  29. package/models/ItemModel.js +0 -72
  30. package/models/MetadataMixin.js +0 -88
  31. package/models/Model.js +0 -187
  32. package/models/UserModel.js +0 -189
  33. package/models/index.js +0 -25
  34. package/pluginUtils.js +0 -11
  35. package/rest.js +0 -216
  36. package/router.js +0 -58
  37. package/routes.js +0 -231
  38. package/stylesheets/apidocs/apidocs.styl +0 -50
  39. package/stylesheets/body/adminConsole.styl +0 -21
  40. package/stylesheets/body/assetstores.styl +0 -46
  41. package/stylesheets/body/collectionList.styl +0 -39
  42. package/stylesheets/body/collectionPage.styl +0 -6
  43. package/stylesheets/body/frontPage.styl +0 -48
  44. package/stylesheets/body/groupList.styl +0 -43
  45. package/stylesheets/body/groupPage.styl +0 -116
  46. package/stylesheets/body/itemPage.styl +0 -81
  47. package/stylesheets/body/plugins.styl +0 -61
  48. package/stylesheets/body/searchResultsList.styl +0 -51
  49. package/stylesheets/body/systemConfig.styl +0 -56
  50. package/stylesheets/body/userAccount.styl +0 -57
  51. package/stylesheets/body/userList.styl +0 -79
  52. package/stylesheets/body/userPage.styl +0 -6
  53. package/stylesheets/layout/footer.styl +0 -19
  54. package/stylesheets/layout/global.styl +0 -154
  55. package/stylesheets/layout/globalNav.styl +0 -89
  56. package/stylesheets/layout/header.styl +0 -29
  57. package/stylesheets/layout/headerUser.styl +0 -33
  58. package/stylesheets/layout/layout.styl +0 -75
  59. package/stylesheets/layout/layoutVars.styl +0 -9
  60. package/stylesheets/layout/loading.styl +0 -37
  61. package/stylesheets/layout/progressArea.styl +0 -17
  62. package/stylesheets/widgets/accessWidget.styl +0 -106
  63. package/stylesheets/widgets/browserWidget.styl +0 -9
  64. package/stylesheets/widgets/hierarchyWidget.styl +0 -188
  65. package/stylesheets/widgets/markdownWidget.styl +0 -92
  66. package/stylesheets/widgets/metadataWidget.styl +0 -92
  67. package/stylesheets/widgets/searchFieldWidget.styl +0 -70
  68. package/stylesheets/widgets/taskProgress.styl +0 -41
  69. package/stylesheets/widgets/timelineWidget.styl +0 -41
  70. package/stylesheets/widgets/uploadWidget.styl +0 -43
  71. package/stylesheets/widgets/userOtpManagementWidget.styl +0 -159
  72. package/templates/body/adminConsole.pug +0 -13
  73. package/templates/body/assetstores.pug +0 -98
  74. package/templates/body/collectionList.pug +0 -40
  75. package/templates/body/collectionPage.pug +0 -36
  76. package/templates/body/filesystemImport.pug +0 -41
  77. package/templates/body/frontPage.pug +0 -83
  78. package/templates/body/groupList.pug +0 -30
  79. package/templates/body/groupPage.pug +0 -116
  80. package/templates/body/itemPage.pug +0 -61
  81. package/templates/body/plugins.pug +0 -20
  82. package/templates/body/s3Import.pug +0 -35
  83. package/templates/body/searchResults.pug +0 -15
  84. package/templates/body/searchResultsType.pug +0 -13
  85. package/templates/body/systemConfiguration.pug +0 -221
  86. package/templates/body/userAccount.pug +0 -83
  87. package/templates/body/userList.pug +0 -43
  88. package/templates/body/userPage.pug +0 -40
  89. package/templates/layout/alert.pug +0 -5
  90. package/templates/layout/layout.pug +0 -12
  91. package/templates/layout/layoutFooter.pug +0 -11
  92. package/templates/layout/layoutGlobalNav.pug +0 -7
  93. package/templates/layout/layoutHeader.pug +0 -8
  94. package/templates/layout/layoutHeaderUser.pug +0 -26
  95. package/templates/layout/layoutProgressArea.pug +0 -1
  96. package/templates/layout/loginDialog.pug +0 -30
  97. package/templates/layout/registerDialog.pug +0 -35
  98. package/templates/layout/resetPasswordDialog.pug +0 -25
  99. package/templates/widgets/accessEditor.pug +0 -23
  100. package/templates/widgets/accessEditorMixins.pug +0 -57
  101. package/templates/widgets/accessEditorNonModal.pug +0 -11
  102. package/templates/widgets/accessEntry.pug +0 -32
  103. package/templates/widgets/apiKeyList.pug +0 -50
  104. package/templates/widgets/browserWidget.pug +0 -32
  105. package/templates/widgets/checkedActionsMenu.pug +0 -46
  106. package/templates/widgets/collectionInfoDialog.pug +0 -37
  107. package/templates/widgets/confirmDialog.pug +0 -14
  108. package/templates/widgets/dateTimeRangeWidget.pug +0 -20
  109. package/templates/widgets/dateTimeWidget.pug +0 -8
  110. package/templates/widgets/editApiKeyWidget.pug +0 -43
  111. package/templates/widgets/editAssetstoreWidget.pug +0 -78
  112. package/templates/widgets/editCollectionWidget.pug +0 -27
  113. package/templates/widgets/editFileWidget.pug +0 -21
  114. package/templates/widgets/editFolderWidget.pug +0 -27
  115. package/templates/widgets/editGroupWidget.pug +0 -54
  116. package/templates/widgets/editItemWidget.pug +0 -27
  117. package/templates/widgets/fileInfoDialog.pug +0 -33
  118. package/templates/widgets/fileList.pug +0 -33
  119. package/templates/widgets/folderInfoDialog.pug +0 -42
  120. package/templates/widgets/folderList.pug +0 -21
  121. package/templates/widgets/groupAdminList.pug +0 -33
  122. package/templates/widgets/groupInviteDialog.pug +0 -76
  123. package/templates/widgets/groupInviteList.pug +0 -14
  124. package/templates/widgets/groupMemberList.pug +0 -39
  125. package/templates/widgets/groupModList.pug +0 -23
  126. package/templates/widgets/hierarchyBreadcrumb.pug +0 -37
  127. package/templates/widgets/hierarchyPaginated.pug +0 -19
  128. package/templates/widgets/hierarchyWidget.pug +0 -96
  129. package/templates/widgets/itemBreadcrumb.pug +0 -16
  130. package/templates/widgets/itemList.pug +0 -27
  131. package/templates/widgets/jsonMetadatumEditWidget.pug +0 -13
  132. package/templates/widgets/jsonMetadatumView.pug +0 -6
  133. package/templates/widgets/loadingAnimation.pug +0 -4
  134. package/templates/widgets/markdownWidget.pug +0 -34
  135. package/templates/widgets/metadataWidget.pug +0 -16
  136. package/templates/widgets/metadatumEditWidget.pug +0 -15
  137. package/templates/widgets/metadatumView.pug +0 -5
  138. package/templates/widgets/newAssetstore.pug +0 -118
  139. package/templates/widgets/paginateWidget.pug +0 -7
  140. package/templates/widgets/pluginConfigBreadcrumb.pug +0 -13
  141. package/templates/widgets/rootSelectorWidget.pug +0 -13
  142. package/templates/widgets/searchField.pug +0 -10
  143. package/templates/widgets/searchHelp.pug +0 -12
  144. package/templates/widgets/searchModeSelect.pug +0 -9
  145. package/templates/widgets/searchResults.pug +0 -14
  146. package/templates/widgets/sortCollectionWidget.pug +0 -14
  147. package/templates/widgets/taskProgress.pug +0 -16
  148. package/templates/widgets/timeline.pug +0 -15
  149. package/templates/widgets/uploadWidget.pug +0 -15
  150. package/templates/widgets/uploadWidgetMixins.pug +0 -31
  151. package/templates/widgets/uploadWidgetNonModal.pug +0 -10
  152. package/templates/widgets/userOtpBegin.pug +0 -4
  153. package/templates/widgets/userOtpDisable.pug +0 -6
  154. package/templates/widgets/userOtpEnable.pug +0 -44
  155. package/utilities/EventStream.js +0 -177
  156. package/utilities/PluginUtils.js +0 -36
  157. package/utilities/S3UploadHandler.js +0 -303
  158. package/utilities/index.js +0 -9
  159. package/utilities/jquery/girderEnable.js +0 -19
  160. package/utilities/jquery/girderModal.js +0 -48
  161. package/version.js +0 -10
  162. package/views/App.js +0 -359
  163. package/views/View.js +0 -78
  164. package/views/body/AdminView.js +0 -29
  165. package/views/body/AssetstoresView.js +0 -235
  166. package/views/body/CollectionView.js +0 -188
  167. package/views/body/CollectionsView.js +0 -120
  168. package/views/body/FilesystemImportView.js +0 -83
  169. package/views/body/FolderView.js +0 -54
  170. package/views/body/FrontPageView.js +0 -47
  171. package/views/body/GroupView.js +0 -336
  172. package/views/body/GroupsView.js +0 -106
  173. package/views/body/ItemView.js +0 -177
  174. package/views/body/PluginsView.js +0 -73
  175. package/views/body/S3ImportView.js +0 -80
  176. package/views/body/SearchResultsView.js +0 -162
  177. package/views/body/SystemConfigurationView.js +0 -196
  178. package/views/body/UserAccountView.js +0 -179
  179. package/views/body/UserView.js +0 -165
  180. package/views/body/UsersView.js +0 -124
  181. package/views/body/index.js +0 -37
  182. package/views/index.js +0 -13
  183. package/views/layout/FooterView.js +0 -29
  184. package/views/layout/GlobalNavView.js +0 -103
  185. package/views/layout/HeaderUserView.js +0 -45
  186. package/views/layout/HeaderView.js +0 -83
  187. package/views/layout/LoginView.js +0 -100
  188. package/views/layout/ProgressListView.js +0 -70
  189. package/views/layout/RegisterView.js +0 -101
  190. package/views/layout/ResetPasswordView.js +0 -70
  191. package/views/layout/index.js +0 -19
  192. package/views/widgets/AccessWidget.js +0 -427
  193. package/views/widgets/ApiKeyListWidget.js +0 -140
  194. package/views/widgets/BrowserWidget.js +0 -317
  195. package/views/widgets/CheckedMenuWidget.js +0 -68
  196. package/views/widgets/CollectionInfoWidget.js +0 -40
  197. package/views/widgets/DateTimeRangeWidget.js +0 -179
  198. package/views/widgets/DateTimeWidget.js +0 -109
  199. package/views/widgets/EditApiKeyWidget.js +0 -122
  200. package/views/widgets/EditAssetstoreWidget.js +0 -148
  201. package/views/widgets/EditCollectionWidget.js +0 -93
  202. package/views/widgets/EditFileWidget.js +0 -56
  203. package/views/widgets/EditFolderWidget.js +0 -116
  204. package/views/widgets/EditGroupWidget.js +0 -125
  205. package/views/widgets/EditItemWidget.js +0 -110
  206. package/views/widgets/FileInfoWidget.js +0 -26
  207. package/views/widgets/FileListWidget.js +0 -151
  208. package/views/widgets/FolderInfoWidget.js +0 -39
  209. package/views/widgets/FolderListWidget.js +0 -106
  210. package/views/widgets/GroupAdminsWidget.js +0 -88
  211. package/views/widgets/GroupInvitesWidget.js +0 -56
  212. package/views/widgets/GroupMembersWidget.js +0 -185
  213. package/views/widgets/GroupModsWidget.js +0 -77
  214. package/views/widgets/HierarchyWidget.js +0 -1097
  215. package/views/widgets/ItemBreadcrumbWidget.js +0 -38
  216. package/views/widgets/ItemListWidget.js +0 -345
  217. package/views/widgets/LoadingAnimation.js +0 -17
  218. package/views/widgets/MarkdownWidget.js +0 -217
  219. package/views/widgets/MetadataWidget.js +0 -504
  220. package/views/widgets/NewAssetstoreWidget.js +0 -81
  221. package/views/widgets/PaginateWidget.js +0 -37
  222. package/views/widgets/PluginConfigBreadcrumbWidget.js +0 -33
  223. package/views/widgets/RootSelectorWidget.js +0 -192
  224. package/views/widgets/SearchFieldWidget.js +0 -365
  225. package/views/widgets/SearchPaginateWidget.js +0 -149
  226. package/views/widgets/SortCollectionWidget.js +0 -53
  227. package/views/widgets/TaskProgressWidget.js +0 -91
  228. package/views/widgets/TimelineWidget.js +0 -155
  229. package/views/widgets/UploadWidget.js +0 -340
  230. package/views/widgets/UserOtpManagementWidget.js +0 -105
  231. package/views/widgets/index.js +0 -75
@@ -1,48 +0,0 @@
1
- .g-frontpage-header
2
- padding 5px
3
-
4
- .g-frontpage-title-container
5
- display inline-block
6
- margin-left 12px
7
-
8
- .g-frontpage-title
9
- font-weight bold
10
- font-size 34px
11
- color #222
12
-
13
- .g-frontpage-subtitle
14
- font-size 18px
15
- color #707070
16
- margin-left 2px
17
- border-top 1px solid #eee
18
-
19
- .g-frontpage-logo-container
20
- position relative
21
- display inline-block
22
- vertical-align top
23
- width 82px
24
- height 82px
25
-
26
- .g-frontpage-logo
27
- max-width 82px
28
- max-height 82px
29
- // absolute allows top / transform to work
30
- position absolute
31
- // center image vertically and horizontally
32
- left 50%
33
- top 50%
34
- transform translate(-50%, -50%)
35
-
36
- .g-frontpage-body
37
- padding 12px 12px 0
38
- margin-top 10px
39
-
40
- border-radius 2px
41
- background-color #f8f8f8
42
- border 1px solid #e5e5e5
43
- color #555
44
-
45
- .g-frontpage-paragraph
46
- margin-top 0
47
- margin-bottom 18px
48
- font-size 14px
@@ -1,43 +0,0 @@
1
- .g-group-list-entry
2
- .g-group-title
3
- font-size 17px
4
-
5
- .g-group-description
6
- color #666
7
- font-size 14px
8
- font-weight bold
9
-
10
- .g-space-used
11
- margin-top 2px
12
-
13
- .g-group-right-column
14
- border-left 1px solid #ddd
15
- padding-left 8px
16
- display inline
17
- width 290px
18
- font-size 14px
19
- float right
20
- color #909090
21
-
22
- .g-group-created-date
23
- color #444
24
-
25
- .g-group-privacy
26
- margin-top 3px
27
-
28
- .g-groups-list-header
29
- padding-bottom 10px
30
-
31
- .g-group-pagination
32
- display inline-block
33
- >ul
34
- margin 0 15px 0 0
35
-
36
- .pagination>li>a
37
- float none
38
- line-height 1.5
39
- padding 7px 12px
40
-
41
- .g-group-search-form
42
- display inline-block
43
- margin-right 15px
@@ -1,116 +0,0 @@
1
- .g-group-header
2
- border-bottom 1px solid #ddd
3
- margin-bottom 15px
4
-
5
- .g-group-tabs
6
- margin-top 18px
7
-
8
- .g-group-description
9
- min-height 15px
10
-
11
- .g-group-status-container
12
- margin-top 5px
13
- color #777
14
- padding 6px 8px
15
- border-radius 3px
16
- box-shadow 1px 1px 3px 2px #f5f5f5
17
-
18
- &.g-member
19
- background-color #edffed
20
- border 1px solid #cdedcd
21
- &.g-invited
22
- background-color #fffed8
23
- border 1px solid #e5e2c8
24
- &.g-nonmember
25
- background-color #eee
26
- border 1px solid #ddd
27
- &.g-requested-invite
28
- background-color #edffed
29
- border 1px solid #cdedcd
30
- &.g-admin
31
- background-color #edffed
32
- border 1px solid #cdedcd
33
-
34
- > a
35
- font-weight bold
36
-
37
- .g-group-members-container
38
- .g-group-requests-container
39
- .g-group-admins-container
40
- .g-group-mods-container
41
- margin-top 15px
42
-
43
- .g-group-members
44
- .g-group-mods
45
- .g-group-admins
46
- .g-group-requests
47
- .g-group-invites
48
- list-style-type none
49
- padding 0
50
- margin-bottom 20px
51
-
52
- >li
53
- border-bottom 1px solid #f0f0f0
54
- background-color #fbfbfb
55
- padding 5px
56
-
57
- .g-group-list-header
58
- background-color #f0f0f0
59
- padding 4px 5px
60
- color #555
61
- border-bottom 1px solid #ddd
62
-
63
- .g-member-pagination>ul
64
- margin 5px 0
65
-
66
- .g-group-member-controls
67
- >a
68
- span>a
69
- font-size 15px
70
- margin-left 4px
71
- border 1px solid #d5d5d5
72
- border-radius 3px
73
- padding 2px 3px
74
- color #555
75
-
76
- &:hover
77
- border 1px solid #aaa
78
- background-color #dadada
79
- color #222
80
-
81
- .g-group-invite-form
82
- display inline-block
83
- margin-left 15px
84
- border-left 1px solid #d7d7d7
85
- padding-left 15px
86
-
87
- .g-group-invite-container
88
- margin-left 5px
89
- margin-bottom 0
90
- display inline-block !important
91
-
92
- .g-member-pagination
93
- display inline-block
94
- margin-left 15px
95
- padding-left 15px
96
- border-left 1px solid #d7d7d7
97
- .pagination>li>a
98
- line-height 1.5
99
- float none
100
- padding 7px 12px
101
-
102
- .g-member-list-empty
103
- margin-top 5px
104
- background-color #fffee1
105
- color #777
106
- padding 6px 8px
107
- border-radius 3px
108
- border 1px solid #e5e2c8
109
- box-shadow 1px 1px 3px 2px #f5f5f5
110
-
111
- #g-invite-role-container
112
- .g-add-user-button
113
- margin-left 10px
114
-
115
- #g-group-tab-pending-status
116
- display inline
@@ -1,81 +0,0 @@
1
- .g-item-header
2
- border-bottom 1px solid #ddd
3
- margin-bottom 12px
4
- padding-bottom 8px
5
- font-size 16px
6
- color #555
7
-
8
- .g-item-edit-button
9
- margin-bottom 2px
10
- display inline
11
- font-size 14px
12
- float right
13
-
14
- .g-item-files
15
- .g-item-metadata
16
- margin-top 20px
17
-
18
- .g-item-files-header
19
- .g-item-info-header
20
- background-color #f0f0f0
21
- padding 5px 6px
22
- color #555
23
- font-size 16px
24
- font-weight bold
25
-
26
- .g-info-list-entry
27
- margin 3px
28
- margin-top 5px
29
- background-color #fbfbfb
30
-
31
- .editing
32
- background-color #c6deff
33
-
34
- .g-file-list
35
- list-style-type none
36
- padding-left 0
37
- margin-bottom 0
38
-
39
- >li
40
- padding 3px 5px
41
- border-bottom 1px solid #f2f2f2
42
-
43
- .g-file-list-link
44
- margin-right 3px
45
- border-right 1px solid #e3e3e3
46
- padding-right 6px
47
-
48
- .g-file-size
49
- margin 0 6px
50
- color #888
51
- display inline-block
52
-
53
- .g-file-actions-container
54
- float right
55
-
56
- .g-item-breadcrumb-container
57
- margin-bottom 10px
58
-
59
- ol.breadcrumb
60
- margin-bottom 0
61
- background-color #eaebea
62
- border-radius 0
63
- padding-left 5px
64
- padding-right 5px
65
-
66
- .g-hierarchy-level-up
67
- border 1px solid #d5d5d5
68
- border-radius 3px
69
- padding 2px 3px
70
-
71
- &:hover
72
- border 1px solid #aaa
73
- background-color #dadada
74
-
75
- .g-item-actions-button
76
- margin-left 10px !important
77
-
78
- .g-right-border
79
- margin-right 3px
80
- border-right 1px solid #e3e3e3
81
- padding-right 6px
@@ -1,61 +0,0 @@
1
- $warnColor = #f0ad4e
2
-
3
- .g-plugin-list-container
4
- border 1px solid #e2e2e2
5
- border-radius 3px
6
- margin-top 10px
7
-
8
- .g-plugin-list-item
9
- padding 10px
10
- border-bottom 1px solid #e2e2e2
11
-
12
- &:hover
13
- background-color #f4f4f4
14
-
15
- .g-plugin-name
16
- font-weight bold
17
- font-size 16px
18
- color #666
19
-
20
- .g-plugin-version
21
- font-weight normal
22
- font-variant small-caps
23
- font-size 14px
24
- color #999
25
- margin-left 7px
26
-
27
- a.g-plugin-config-link
28
- margin-left 7px
29
-
30
- .g-plugin-description
31
- margin-top 7px
32
- color #999
33
-
34
- .g-plugin-error-message
35
- margin-top 10px
36
- color #d9534f
37
-
38
- &:last-child
39
- border-bottom none
40
-
41
- .g-plugin-list-item-notice
42
- font-size 13px
43
- text-transform uppercase
44
- color white
45
- border-radius 3px
46
- padding 2px 5px
47
- margin-left 8px
48
- cursor default
49
-
50
- &.g-plugin-list-item-experimental-notice
51
- background-color $warnColor
52
-
53
- .g-plugin-config-breadcrumbs > ol.breadcrumb
54
- padding 6px 10px
55
- border-radius 3px
56
- background-color #f1f1f1
57
- border 1px solid #e0e0e0
58
- margin-bottom 15px
59
-
60
- > li.active
61
- color #555
@@ -1,51 +0,0 @@
1
- .g-search-results-title-container
2
- display block
3
- padding 0.5% 0 0.5% 0.5%
4
- font-size 20px
5
- background-color #eaebea
6
- border-bottom 1px solid #ddd
7
- color #555
8
-
9
- .g-search-results-title-element
10
- display inline-block
11
-
12
- .g-search-results-type-container
13
- display block
14
- margin 2px 0
15
- border 1px solid #efefef
16
- border-radius 5px
17
-
18
- .g-search-result-type-header
19
- display inline-block
20
- font-size 17px
21
-
22
- .g-search-result-type-icon
23
- padding 0.5% 1%
24
-
25
- ul.g-search-results-type
26
- margin 0
27
- padding 0
28
-
29
- .g-search-result
30
- list-style none
31
- padding 0.15% 0 0.15% 2%
32
- border-top 1px solid #efefef
33
- color #337ab7
34
- font-size 15px
35
-
36
- &:hover
37
- background-color #eee
38
-
39
- .g-search-results-paginate
40
-
41
- ul.pagination
42
- margin 5px 15px
43
-
44
- .g-search-pending
45
- padding 10px
46
- font-size 30px
47
-
48
- .g-search-no-results
49
- padding 0.5% 0 0.5% 1%
50
- border 1px solid #efefef
51
- font-size 15px
@@ -1,56 +0,0 @@
1
- .g-settings-form
2
- margin-top 10px
3
-
4
- .bootstrap-switch-handle-on
5
- .bootstrap-switch-handle-off
6
- word-wrap normal
7
-
8
- #g-core-banner-color
9
- display inline
10
- max-width 160px
11
-
12
- #g-core-banner-default-color
13
- width 65px
14
- display inline
15
- // Vertical-align is useful to avoid an 5px offset in Mozilla
16
- vertical-align top
17
-
18
- #g-core-collection-create-policy
19
- font-family monospace
20
- margin-bottom 3px
21
- height 120px
22
-
23
- .g-settings-form-container
24
- $bgColor = #fcfaf3
25
- border 1px solid #d7d7d7
26
- background-color $bgColor
27
- border-radius 3px
28
- margin-bottom 10px
29
- padding 10px
30
-
31
- > :first-child
32
- margin-top 0
33
- > :last-child
34
- margin-bottom 0
35
- .g-settings-form-container
36
- background-color darken($bgColor, 3%)
37
-
38
- .panel-heading
39
- cursor pointer
40
-
41
- .g-collection-create-policy-container
42
- // this class is deprecated
43
- @extend .g-settings-form-container
44
-
45
- .access-widget-container
46
- width 420px
47
- margin-top 15px
48
-
49
- .g-grant-access-container
50
- div.form-group
51
- margin-bottom 0
52
-
53
- .g-search-container
54
- .g-search-wrapper
55
- input[type="text"]
56
- width 200px
@@ -1,57 +0,0 @@
1
- .g-user-settings-container
2
- margin-top 10px
3
- border-radius 4px
4
- background-color #fafafa
5
- border 1px solid #e3e3e3
6
- padding 13px
7
- overflow auto
8
-
9
- .g-validation-failed-message
10
- margin-top 12px
11
-
12
- #g-admin
13
- margin-left 10px
14
-
15
- .g-api-keys-list-container
16
- margin-top 15px
17
-
18
- .g-api-keys-empty-message
19
- font-style italic
20
-
21
- .g-api-key-list-header
22
- font-weight bold
23
- font-size 16px
24
- color #666
25
- margin-bottom 5px
26
-
27
- .g-api-key-table
28
- width 100%
29
-
30
- .popover
31
- max-width 100%
32
-
33
- th
34
- padding 3px 4px 3px 3px
35
- background-color #723e92
36
- color white
37
-
38
- td
39
- padding 3px 2px 3px 3px
40
-
41
- button
42
- margin-right 4px
43
-
44
- .g-paginate-container
45
- float right
46
-
47
- .pagination
48
- margin 12px 0 0
49
-
50
- .g-api-key-list-bottom-buttons
51
- margin-top 10px
52
-
53
- .g-scope-selection-container .checkbox
54
- margin-left 25px
55
-
56
- &.disabled
57
- color #999
@@ -1,79 +0,0 @@
1
- .g-user-list-entry
2
- padding 11px 14px
3
- margin 2px 0
4
- border-radius 3px
5
- background-color #fafafc
6
- border 1px solid #eaeaea
7
- box-shadow inset 0 0 2px 2px #f4f4f4
8
-
9
- .g-user-title
10
- font-size 17px
11
-
12
- .g-user-login
13
- color #666
14
- font-size 16px
15
- font-weight bold
16
-
17
- .g-space-used
18
- margin-top 2px
19
-
20
- .g-user-status
21
- margin-top 2px
22
- color #d9534f
23
-
24
- .g-user-right-column
25
- border-left 1px solid #ddd
26
- padding-left 8px
27
- display inline
28
- width 235px
29
- font-size 14px
30
- float right
31
- color #909090
32
-
33
- .g-user-joined-date
34
- .g-user-space-used
35
- color #444
36
-
37
- .g-user-list-header
38
- padding-bottom 10px
39
-
40
- .g-user-pagination
41
- display inline-block
42
- >ul
43
- margin 0 13px 0 0
44
-
45
- .pagination>li>a
46
- float none
47
- line-height 1.5
48
- padding 7px 12px
49
-
50
- .g-user-sort
51
- display inline-block
52
- margin-right 12px
53
-
54
- .g-user-search-form
55
- display inline
56
- .form-group
57
- display inline-block
58
-
59
- input[type="text"]
60
- width 170px
61
- margin-right 13px
62
-
63
- .g-user-count-container
64
- display inline-block
65
- position relative
66
-
67
- i
68
- color #888
69
- font-size 16px
70
- vertical-align middle
71
-
72
- .g-user-count
73
- background-color #eee
74
- border-radius 3px
75
- padding 0 0.2em
76
- font-size 9px
77
- position absolute
78
- left 72%
79
- top 55%
@@ -1,6 +0,0 @@
1
- .g-user-header
2
- border-bottom 1px solid #ddd
3
- margin-bottom 15px
4
-
5
- .g-user-folders-container
6
- margin-top 15px
@@ -1,19 +0,0 @@
1
- #g-app-footer-container
2
- border-top 1px solid #eee
3
- text-align center
4
- background-image linear-gradient(to bottom, #f6f6f6 0, #fff 5px)
5
-
6
- .g-quick-search-form
7
- >.form-group
8
- display inline-block !important
9
- margin-bottom 0 !important
10
- .form-control
11
- display inline !important
12
-
13
- .g-footer-info
14
- margin-bottom 10px
15
-
16
- .g-footer-links
17
- margin 15px auto 10px
18
- a
19
- margin 0 10px