Browse Source

admin ui flat

develop
Robin Thoni 9 years ago
parent
commit
c324834121
5 changed files with 5 additions and 4 deletions
  1. 1
    0
      admin/index.html
  2. 1
    1
      admin/views/cameras.html
  3. 1
    1
      admin/views/commands.html
  4. 1
    1
      admin/views/hosts.html
  5. 1
    1
      admin/views/sensors.html

+ 1
- 0
admin/index.html View File

10
     <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">
10
     <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">
11
     <link rel="stylesheet" href="../bower_components/luticate-utils/src/lubusy.css">
11
     <link rel="stylesheet" href="../bower_components/luticate-utils/src/lubusy.css">
12
     <link rel="stylesheet" href="../bower_components/JSONedit/css/styles.css"/>
12
     <link rel="stylesheet" href="../bower_components/JSONedit/css/styles.css"/>
13
+    <link rel="stylesheet" href="../bower_components/flat-ui/dist/css/flat-ui.css">
13
     <link rel="stylesheet/less" href="css/app.less">
14
     <link rel="stylesheet/less" href="css/app.less">
14
     <!-- endbuild -->
15
     <!-- endbuild -->
15
 
16
 

+ 1
- 1
admin/views/cameras.html View File

1
 <!-- Page Content -->
1
 <!-- Page Content -->
2
 <div class="container">
2
 <div class="container">
3
-    <lu-edit-table options="luTable" class="row col-sm-8 col-sm-offset-2"></lu-edit-table>
3
+    <lu-edit-table options="luTable" class="row col-sm-10 col-sm-offset-1"></lu-edit-table>
4
 </div>
4
 </div>

+ 1
- 1
admin/views/commands.html View File

1
 <!-- Page Content -->
1
 <!-- Page Content -->
2
 <div class="container">
2
 <div class="container">
3
-    <lu-edit-table options="luTable" class="row col-sm-8 col-sm-offset-2"></lu-edit-table>
3
+    <lu-edit-table options="luTable" class="row col-sm-10 col-sm-offset-1"></lu-edit-table>
4
 </div>
4
 </div>

+ 1
- 1
admin/views/hosts.html View File

1
 <!-- Page Content -->
1
 <!-- Page Content -->
2
 <div class="container">
2
 <div class="container">
3
-    <lu-edit-table options="luTable" class="row col-sm-8 col-sm-offset-2"></lu-edit-table>
3
+    <lu-edit-table options="luTable" class="row col-sm-10 col-sm-offset-1"></lu-edit-table>
4
 </div>
4
 </div>

+ 1
- 1
admin/views/sensors.html View File

1
 <!-- Page Content -->
1
 <!-- Page Content -->
2
 <div class="container">
2
 <div class="container">
3
-    <lu-edit-table options="luTable" class="row col-sm-8 col-sm-offset-2"></lu-edit-table>
3
+    <lu-edit-table options="luTable" class="row col-sm-10 col-sm-offset-1"></lu-edit-table>
4
 </div>
4
 </div>

Loading…
Cancel
Save