mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 09:46:17 +00:00
Android Studio 2 + small colors
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<!-- endref -->
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-default" role="navigation" ng-controller="Navigation">
|
||||
<nav class="navbar navbar-inverse" role="navigation" ng-controller="Navigation">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle"
|
||||
ng-init="isCollapsed = true"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<div ng-show="app">
|
||||
<div class="well">
|
||||
<h3>Quick upload</h3>
|
||||
<h3><span class="glyphicon glyphicon-cloud-upload"></span> Quick upload</h3>
|
||||
<div class="row upload-zone" ng-model="dropFiles" ng-file-drop drag-over-class="bg-success"
|
||||
ng-multiple="true" allow-dir="false" accept="image/*,application/pdf,application/zip" ng-file-change="fileDropped($files, $event, $rejectedFiles)">
|
||||
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2 text-center" ng-repeat="file in files">
|
||||
@@ -44,8 +44,8 @@
|
||||
|
||||
<div ui-view="file"></div>
|
||||
|
||||
<div class="well">
|
||||
<h3>Latest activity</h3>
|
||||
<div>
|
||||
<h3><span class="glyphicon glyphicon-tasks"></span> Latest activity</h3>
|
||||
<audit-log logs="logs" />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Navbar color
|
||||
.navbar {
|
||||
background-color: #263238;
|
||||
}
|
||||
|
||||
// Documents list
|
||||
.table-documents {
|
||||
thead th {
|
||||
|
||||
Reference in New Issue
Block a user