8000 Update · css-ui/css-ui.github.io@924e819 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 924e819

Browse files
committed
Update
1 parent 72b7bed commit 924e819

File tree

8 files changed

+21
-38
lines changed

8 files changed

+21
-38
lines changed

dashboard/full.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<link rel="stylesheet" href="../www/css/cssui-menu-light.min.css">
1111
<link rel="stylesheet" href="../www/css/cssui-dropdown-light.min.css">
12-
<link rel="stylesheet" href="../www/css/cssui-dashboard.min.css">
1312
<link rel="stylesheet" href="../www/css/style.css">
1413
</head>
1514
<body>
@@ -147,17 +146,17 @@ <h4>Sample forms</h4>
147146
<legend>Form in fieldset</legend>
148147
<div class="row">
149148
<div class="six columns">
150-
<div class="three columns"><label class="add" for="text">Text</label></div>
149+
<div class="three columns"><label class="label-inline" for="text">Text</label></div>
151150
<div class="eight columns"><input class="full width" type="text" id="text" placeholder="Text"></div>
152151
</div>
153152
<div class="six columns">
154-
<div class="three columns"><label class="add" for="password">Password</label></div>
153+
<div class="three columns"><label class="label-inline" for="password">Password</label></div>
155154
<div class="eight columns"><input class="full width" type="password" id="password" placeholder="Password" required></div>
156155
</div>
157156
</div>
158157
<div class="row">
159158
<div class="six columns">
160-
<div class="three columns"><label class="add" for="select">Select</label></div>
159+
<div class="three columns"><label class="label-inline" for="select">Select</label></div>
161160
<div class="eight columns">
162161
<select id="select" required="" class="full width">
163162
<option value="">Choose an item</option>
@@ -167,7 +166,7 @@ <h4>Sample forms</h4>
167166
</div>
168167
</div>
169168
<div class="six columns">
170-
<div class="three columns"><label class="add" for="number">Number</label></div>
169+
<div class="three columns"><label class="label-inline" for="number">Number</label></div>
171170
<div class="eight columns">
172171
<input class="full width" type="number" id="number" placeholder="Number">
173172
</div>
@@ -197,7 +196,7 @@ <h4>Sample table</h4>
197196
<td>1</td>
198197
<td>Root</td>
199198
<td>root@domain.com</td>
200-
<td class="table-buttons">
199+
<td class="action-buttons">
201200
<span class="tooltip">
202201
<a href="#">
203202
<i class="fa fa-pencil" aria-hidden="true"></i>
@@ -216,7 +215,7 @@ <h4>Sample table</h4>
216215
<td>2</td>
217216
<td>Admin</td>
218217
<td>admin@domain.com</td>
219-
<td class="table-buttons">
218+
<td class="action-buttons">
220219
<span class="tooltip">
221220
<a href="#">
222221
<i class="fa fa-pencil" aria-hidden="true"></i>
@@ -235,7 +234,7 @@ <h4>Sample table</h4>
235234
<td>3</td>
236235
<td>User</td>
237236
<td>user@domain.com</td>
238-
<td class="table-buttons">
237+
<td class="action-buttons">
239238
<span class="tooltip">
240239
<a href="#">
241240
<i class="fa fa-pencil" aria-hidden="true"></i>
@@ -267,7 +266,7 @@ <h4>Sample style table</h4>
267266
<td>1</td>
268267
<td>Root</td>
269268
<td>root@domain.com</td>
270-
<td class="table-buttons">
269+
<td class="action-buttons">
271270
<span class="tooltip">
272271
<a href="#">
273272
<i class="fa fa-pencil" aria-hidden="true"></i>
@@ -286,7 +285,7 @@ <h4>Sample style table</h4>
286285
<td>2</td>
287286
<td>Admin</td>
288287
<td>admin@domain.com</td>
289-
<td class="table-buttons">
288+
<td class="action-buttons">
290289
<span class="tooltip">
291290
<a href="#">
292291
<i class="fa fa-pencil" aria-hidden="true"></i>
@@ -305,7 +304,7 @@ <h4>Sample style table</h4>
305304
<td>3</td>
306305
<td>User</td>
307306
<td>user@domain.com</td>
308-
<td class="table-buttons">
307+
<td class="action-buttons">
309308
<span class="tooltip">
310309
<a href="#">
311310
<i class="fa fa-pencil" aria-hidden="true"></i>

dashboard/simple.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<link rel="stylesheet" href="../www/css/cssui.min.css">
1010
<link rel="stylesheet" href="../www/css/cssui-menu-light.min.css">
1111
<link rel="stylesheet" href="../www/css/cssui-dropdown-light.min.css">
12-
<link rel="stylesheet" href="../www/css/cssui-dashboard.min.css">
1312
<link rel="stylesheet" href="../www/css/style.css">
1413
</head>
1514
<body>

gruntfile.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = function(grunt) {
1515
'node_modules/css-ui-tooltip/css/style.tooltip.css',
1616
'node_modules/css-ui-tooltip/css/style.tooltip.theme.css',
1717
'node_modules/css-ui-table/css/style.tables.css',
18-
'node_modules/css-ui-modal-box/css/style.modal.box.css'
18+
'node_modules/css-ui-modal-box/css/style.modal.box.css',
19+
'node_modules/css-ui-dashboard/css/style.dashboard.css'
1920
]},
2021
{'www/css/cssui-menu-light.min.css': [
2122
'node_modules/css-ui-responsive-menu/css/style.menu.light.css'
@@ -31,9 +32,6 @@ module.exports = function(grunt) {
3132
]},
3233
{'www/css/cssui-sing-in.min.css': [
3334
'node_modules/css-ui-sign-in/css/style.sign.in.css'
34-
]},
35-
{'www/css/cssui-dashboard.min.css': [
36-
'node_modules/css-ui-dashboard/css/style.dashboard.css'
3735
]}
3836
]
3937
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"description": "CSS UI - Demo.",
55
"main": "gruntfile.js",
66
"dependencies": {
7-
"css-ui-dashboard": "^1.0.2",
7+
"css-ui-dashboard": "^1.0.3",
88
"css-ui-dropdown-menu": "^1.2.0",
99
"css-ui-modal-box": "^1.0.7",
1010
"css-ui-responsive-menu": "^3.1.2",
1111
"css-ui-sign-in": "^1.1.2",
1212
"css-ui-table": "^1.0.8",
1313
"css-ui-tooltip": "^2.0.6",
14+
"css-ui-simple": "^2.5.2",
1415
"grunt": "^1.0.3",
1516
"grunt-contrib-copy": "^1.0.0",
1617
"grunt-contrib-cssmin": "^3.0.0",

www/css/cssui-dashboard.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/css/cssui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/css/style.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,3 @@ body {
2020
transition: height .3s;
2121
width: 0;
2222
}
23-
24-
/* forms - I'll have to fix it later
25-
========================================================================== */
26-
label.add {
27-
padding-top: 6px;
28-
}
29-
30-
.table-buttons a {
31-
32-
padding: 2px 4px;
33-
border-radius: 3px;
34-
color: #acacac;
35-
}

0 commit comments

Comments
 (0)
0