aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-09 18:07:36 -0800
committerfriendica <info@friendica.com>2012-12-09 18:07:36 -0800
commitf8c33243bf0440c6ddab63dbf3a755e4d506122b (patch)
tree24166874ffc80d4da665d7fee43c5da018af86ad /view
parent7f7767064918e95524de324b4520943ee34e04c3 (diff)
downloadvolse-hubzilla-f8c33243bf0440c6ddab63dbf3a755e4d506122b.tar.gz
volse-hubzilla-f8c33243bf0440c6ddab63dbf3a755e4d506122b.tar.bz2
volse-hubzilla-f8c33243bf0440c6ddab63dbf3a755e4d506122b.zip
start to whip the permissions into shape, also got rid of the mce drop shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css12
-rw-r--r--view/tpl/head.tpl2
2 files changed, 10 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d040565a7..f355471b9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1719,21 +1719,27 @@ width: 90%;
/* TinyMCE */
DIV#profile-jot-text_toolbargroup{
-background: #333;
+background: #FFF;
border: 1px #111;
-box-shadow: 5px 5px 5px #000 inset;
+/*box-shadow: 5px 5px 5px #000 inset;*/
}
-
+/*
#profile-jot-text_parent, .mceLayout {
border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 4px 4px 3px 0 #444444;
}
+*/
+
iframe#profile-jot-text_ifr {
width: 100% !important;
height: 100% !important;
+box-shadow: 5px 5px 5px #000 inset !important;}
+
+tr.mceLast {
+
}
/* Not MCE */
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index c12871924..9c0e6b09a 100644
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -12,7 +12,7 @@ $js_strings
$head_js
-<link rel="shortcut icon" href="$baseurl/images/friendica-32.png" />
+<link rel="shortcut icon" href="$baseurl/images/fred-32.png" />
<link rel="search"
href="$baseurl/opensearch"
type="application/opensearchdescription+xml"