From 06ab106bd94494154b08e7ea435dbed67a0be3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sat, 14 May 2011 21:26:45 +0200 Subject: [PATCH 1/3] expand social my files to 710 px --- main/social/myfiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/social/myfiles.php b/main/social/myfiles.php index 80d36a8a9e..90b9a16867 100644 --- a/main/social/myfiles.php +++ b/main/social/myfiles.php @@ -106,7 +106,7 @@ echo '
'; echo '
';//TODO: hack and delete this line echo '
'; - echo '
'; + echo '
'; echo '
'; echo '
'; Display::display_footer(); \ No newline at end of file From e7a4c4764990e5e4b3b258b9c4c88d224968a921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Thu, 19 May 2011 21:46:14 +0200 Subject: [PATCH 2/3] fix to 1024x768 --- main/calendar/agenda.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/calendar/agenda.inc.php b/main/calendar/agenda.inc.php index 5f17462da2..cdcd7b135a 100755 --- a/main/calendar/agenda.inc.php +++ b/main/calendar/agenda.inc.php @@ -2502,7 +2502,7 @@ function show_add_form($id = '') { // the main area of the agenda item: the wysiwyg editor - echo '
+ echo '

*'.get_lang('Description').'
@@ -2548,7 +2548,7 @@ function show_add_form($id = '') { */ // File attachment - echo '
+ echo '
@@ -2557,7 +2557,7 @@ function show_add_form($id = '') { - '.get_lang('FileComment').' + '.get_lang('Comment').' From 7a46b8f77facdf0e3777edddf2daa6362b809c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Thu, 19 May 2011 22:18:50 +0200 Subject: [PATCH 3/3] ipad mode a small square around image --- main/css/base.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/main/css/base.css b/main/css/base.css index a44f033c4b..e5b3fdbd5a 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -76,10 +76,18 @@ input.maininput:focus { .big_icon { /*width:205px; */ padding:10px; + + } .big_icon img { - margin:0 auto 0 auto; + margin:0 auto 0 auto; + box-shadow: 0 0 5px #C9D2D9; + -moz-border-radius:5px; + -border-radius:5px; + -webkit-border-radius:5px; + border-radius:5px; + } .courseadminview .big_icon a {