Browse Source

ui fixes

develop
Robin Thoni 8 years ago
parent
commit
0e03008f77
5 changed files with 19 additions and 3 deletions
  1. 8
    0
      admin/css/app.less
  2. 1
    1
      admin/views/footer.html
  3. 1
    1
      admin/views/navbar.html
  4. 8
    0
      camotion/css/app.less
  5. 1
    1
      camotion/views/footer.html

+ 8
- 0
admin/css/app.less View File

@@ -28,3 +28,11 @@ footer {
28 28
 /**
29 29
 ========================================================
30 30
 **/
31
+
32
+.navbar-brand {
33
+  padding-right: 42px;
34
+}
35
+
36
+/**
37
+========================================================
38
+**/

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

@@ -8,7 +8,7 @@
8 8
     <footer>
9 9
         <div class="row">
10 10
             <div class="col-lg-12 text-center">
11
-                <p>Copyright &copy; Train Me 2015</p>
11
+                <p>Copyright &copy; Camotion 2015</p>
12 12
             </div>
13 13
         </div>
14 14
     </footer>

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

@@ -15,11 +15,11 @@
15 15
         <!-- Collect the nav links, forms, and other content for toggling -->
16 16
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
17 17
             <ul class="nav navbar-nav navbar-left">
18
-                <li><a href="/luticate" target="_blank" ng-show="canSeeLuticate()">Luticate</a></li>
19 18
                 <li ui-sref-active="active"><a ui-sref="hosts" lu-show-permission="CAMOTION_HOST_GET">Hosts</a></li>
20 19
                 <li ui-sref-active="active"><a ui-sref="cameras" lu-show-permission="CAMOTION_CAMERA_GET,CAMOTION_HOST_GET">Cameras</a></li>
21 20
                 <li ui-sref-active="active"><a ui-sref="sensors" lu-show-permission="CAMOTION_SENSOR_GET,CAMOTION_HOST_GET">Sensors</a></li>
22 21
                 <li ui-sref-active="active"><a ui-sref="commands" lu-show-permission="CAMOTION_COMMAND_GET,CAMOTION_HOST_GET">Commands</a></li>
22
+                <li><a href="/luticate" target="_blank" ng-show="canSeeLuticate()">Luticate</a></li>
23 23
             </ul>
24 24
             <ul class="nav navbar-nav navbar-right">
25 25
                 <ul class="nav navbar-nav navbar-right">

+ 8
- 0
camotion/css/app.less View File

@@ -46,6 +46,14 @@ footer {
46 46
 ========================================================
47 47
 **/
48 48
 
49
+.navbar-brand {
50
+  padding-right: 42px;
51
+}
52
+
53
+/**
54
+========================================================
55
+**/
56
+
49 57
 @player-bg-color: #2f4154;
50 58
 @player-text-color: white;
51 59
 @player-border-radius: 8px;

+ 1
- 1
camotion/views/footer.html View File

@@ -8,7 +8,7 @@
8 8
     <footer>
9 9
         <div class="row">
10 10
             <div class="col-lg-12 text-center">
11
-                <p>Copyright &copy; Train Me 2015</p>
11
+                <p>Copyright &copy; Camotion 2015</p>
12 12
             </div>
13 13
         </div>
14 14
     </footer>

Loading…
Cancel
Save