aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css23
-rw-r--r--view/css/mod_help.css4
-rw-r--r--view/css/mod_import.css37
-rw-r--r--view/css/mod_oauth2testvehicle.css4
-rw-r--r--view/css/widgets.css1
5 files changed, 27 insertions, 42 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index c239a665b..cff59aecb 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -15,11 +15,11 @@
#jot-title-wrap,
#jot-pagetitle-wrap,
#jot-category-wrap {
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#jot-attachment-wrap {
- border-top: 1px solid #ccc;
+ border-top: 1px solid rgba(0, 0, 0, .2);
}
#jot-title-wrap input,
@@ -65,7 +65,7 @@
}
#profile-jot-submit-wrapper {
- border-top: 1px solid #ccc;
+ border-top: 1px solid rgba(0, 0, 0, .2);
}
/* conversation */
@@ -87,6 +87,23 @@
margin-left:10px;
}
+.wall-item-photo-wrapper {
+ position: relative;
+}
+
+.wall-item-photo-caret {
+ position: absolute;
+ left: 3px;
+ bottom: 0px;
+ color: #fff;
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
+ display: none;
+}
+
+.wall-item-photo-wrapper:hover .wall-item-photo-caret {
+ display: block;
+}
+
.wall-item-divider {
margin: 5px;
}
diff --git a/view/css/mod_help.css b/view/css/mod_help.css
index 643885c99..1799493b8 100644
--- a/view/css/mod_help.css
+++ b/view/css/mod_help.css
@@ -21,9 +21,9 @@
}
#doco-side-toc li {
- padding-left: 10px;
+ padding-left: 20px;
}
#doco-side-toc {
padding-top: 10px;
-} \ No newline at end of file
+}
diff --git a/view/css/mod_import.css b/view/css/mod_import.css
deleted file mode 100644
index 8b988b324..000000000
--- a/view/css/mod_import.css
+++ /dev/null
@@ -1,37 +0,0 @@
-h2 {
- margin-left: 15%;
- margin-top: 8%;
-}
-
-#import-channel-form {
- font-size: 1.4em;
- margin-left: 15%;
- margin-top: 5%;
- width: 50%;
-}
-
-
-
-#import-channel-form .descriptive-paragraph {
- color: #888;
- margin-left: 20px;
- margin-bottom: 25px;
-}
-
-.import-label {
- float: left;
- width: 275px;
-}
-
-.import-input {
- float: left;
- width: 275px;
- padding: 5px;
-}
-
-
-.import-field-end {
- clear: both;
- margin-bottom: 20px;
-}
-
diff --git a/view/css/mod_oauth2testvehicle.css b/view/css/mod_oauth2testvehicle.css
new file mode 100644
index 000000000..0ef2896b5
--- /dev/null
+++ b/view/css/mod_oauth2testvehicle.css
@@ -0,0 +1,4 @@
+.oath2test-form-box {
+ border: #ccc thin solid;
+ padding: 1em;
+} \ No newline at end of file
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 48df1811f..9730d6915 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -41,6 +41,7 @@ li:hover .widget-nav-pills-icons {
/* notes */
#note-text {
+ border: 1px solid rgba(0,0,0,.125);
padding: 5px;
width: 100%;
resize: none;